-
Notifications
You must be signed in to change notification settings - Fork 24
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
Conversation
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
Added Upload page (very rough and hard coded) added a helper file for future api requests added some image assets.
{ | ||
label: 'Upload', | ||
href: '/upload', | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove Upload in navigation
<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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add functionality to buttons
There was a problem hiding this 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