-
Notifications
You must be signed in to change notification settings - Fork 1
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
Shashi/disable game time #584
Conversation
# Re-Implement League Entries UI/UX Closes #443 My previous UI implementation was not carried over when the page was made interactive and filled with data, therefore, I had to re-implement it. ## Week 1 State ![Arc GridIron Survivor-000116](https://github.com/user-attachments/assets/5ddb2dc5-c7d6-484f-b1d3-2ba0e802b776) ## Week 2+ State If `currentWeek` is great than one, it should display a link to view past week's picks ![Arc GridIron Survivor-000120](https://github.com/user-attachments/assets/1c307b06-7aff-4b82-b19a-b38fdcc69cbb) ## To Do - [X] Double-check that my code is accurate to the design. - [X] Add tests.
fixes #496 ✅ Limits user to 5 entries ✅ Updated Unit Test ## SCREENSHOT ![CleanShot_2024-09-04_at_13 49 55](https://github.com/user-attachments/assets/306e60ea-15b9-4be3-b1fc-dbf1d97ba1df)
Fixes #477 1) Fetched all leagues 2) allow user to select a league to join from the dropdown 3) add in success and error notifications 4) added in warning notifications of the same leagues have been selected already No tests are written as of the moment. --------- Co-authored-by: Alex Appleget <[email protected]> Co-authored-by: Chris Nowicki <[email protected]>
Close #315 * Set team if the user currently has them selected * Disable teams from being selected if they've already been used * Fix: only one team can be selected at a time --------- Co-authored-by: Shashi Lo <[email protected]> Co-authored-by: Mai Vang <[email protected]>
deleted space
…n-survivor into clue355/implement-menu-dropdown
Gridiron Survivor Application
Project name: Gridiron Survivor Application
Only deployments on the production branch are activated automatically. If you'd like to activate this deployment, navigate to your deployments. Learn more about Appwrite Function deployments.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
const timestampStr = gameTime; | ||
const timestamp = new Date(timestampStr); |
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.
nit: I feel like this should just be new Date(gameTime)
, seems redundant to have timestampStr
here.
// Subtract 1 hour from the current time | ||
const currentTimeMinus1Hour = new Date( |
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.
nit: the function name is self-explanatory here, so the comment here is redundant
Incorrectly created feature branch |
No description provided.