Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented updates for backend usage #4

Merged
merged 35 commits into from
Nov 17, 2022
Merged

Implemented updates for backend usage #4

merged 35 commits into from
Nov 17, 2022

Conversation

b3kN
Copy link
Contributor

@b3kN b3kN commented Nov 15, 2022

  • Updated createFootage to parse and save clips
    • TODO: Validate download format from YouTube
  • Implemented Python script for testing
    • Verification required on 30 vs 60 fps
  • Merged in the web branch and previous changes to master
  • Implemented logic to use exported next application in production (pnpm start)
  • Implemented logic to use dev systems (pnpm dev)
  • Implemented basic OpenAPI documentation page for backend API

@b3kN b3kN requested a review from ceriddenn November 15, 2022 23:00
@b3kN b3kN self-assigned this Nov 15, 2022
.github/CODEOWNERS Outdated Show resolved Hide resolved
.github/CODEOWNERS Outdated Show resolved Hide resolved
apps/backend/autoClip.py Show resolved Hide resolved
apps/backend/package.json Outdated Show resolved Hide resolved
apps/backend/src/services/clips.ts Outdated Show resolved Hide resolved
apps/web/tsconfig.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
packages/ui/package.json Outdated Show resolved Hide resolved
turbo.json Outdated Show resolved Hide resolved
packages/eslint-config-custom/package.json Outdated Show resolved Hide resolved
packages/tsconfig/package.json Outdated Show resolved Hide resolved
packages/ui/package.json Outdated Show resolved Hide resolved
Comment on lines +179 to +182
{
label: 'Upload',
href: '/upload',
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove Upload in navigation

Comment on lines +218 to +228
<Button
colorScheme={gc.user.auth.discord.connected ? 'green' : 'purple'}
>
Discord
</Button>
<Button
colorScheme={gc.user.auth.discord.connected ? 'purple' : 'red'}
disabled={!gc.user.auth.discord.connected ? true : false}
>
Submit
</Button>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add functionality to buttons

Copy link
Member

@tsundDEV tsundDEV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Front end Changes

  • Remove the upload in navigation
  • Add functionallity to the discord button on the modal

@b3kN b3kN changed the base branch from master to api November 16, 2022 21:47
@b3kN b3kN merged commit 1682470 into api Nov 17, 2022
@b3kN b3kN deleted the backend/single-instance branch November 17, 2022 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants