10/25/2020
- ensure the virtual-details page is accessible if you aren't logged in (by forcing a login).
- Re-enable apollo caching, adding a schema check so that I can force dumping an out of date cache. Also, change the query behavior to load from cache, but always update in the background.
10/24/2020
- Add option to edit game assignments for a member
10/18/2020
- All admins to toggle between the GM preview and regular schedule page
- Remove the game delete option except prior to the game book publication for the current year
- Get rid of the selection UI on the gm page if you can't delete games.
10/17/2020
- Improve admin user filter - dynamically load list, differentiate between members and non-members.
10/16/2020
- Clean up schedule display bugs - fix issues around games with no slot assigned.
- Display schedule - what are you in and who else is in it.
- display GM game preview - what are they running and who's in it
Older
- automatically fill in 'no game' on incomplete choices. This seems to be more in line with people's expectations.
- write FAQ on auth
- Stop users from signing up for full games.
- Add ability to mark games as being full
- sort choices in the display.
- fix game choice so it can't create duplicates
- Year tile looks funky with the accordion - fix it :)
- Add goto top button to game books in general.
- duplicate confirm game choices button on menu
- Make yellow check mark more visible
- Disable 1st choice button in slots where the player is a GM
- Add contact page
- make menu subtext font a bit bolder - check on Simone's computer/ Windows
- Add Admin edit mode to the game edit
- Game selection is a bit slow. Should switch away from manipulating the data in the apollo cache, just can't work out how to update the right item and instead, use the query to update a local copy which we edit and display from, updating it when the query results change. That way we can get a snappy screen update without worrying about the latency. - Fixed by sorting out the cache update functions.
- make game signup work on mobile.
- Game book no longer works if you aren't logged in
- Preselect all of the games that folk are GMing
- hook up dev builds using dev database
- migrate from vc secrets to vc env
- change slot times to include day so something like "Slot 1: Thu 11 am to 3 pm PST"
- Make sure that the signup page is only available to members.
- Add IsGm logic
- there's still something icky about the past cons page, it really shouldn't be using the url as an input in so many places. It feels like we're mixing input from the url with input from state and making it far too complex. But it works for now.
- Cloning the ui changes the tab - forces the UI back to the membership page. Actually this was just cloning the become a GM page.
- Get old site accessible to me somewhere
- add first and last name to member download
- all tables should have a two-step sort not a three step one
- gm games table should have a default sort by slot
- all tables should have visual indications that you can click to edit, link or mouse change
- gm games table should not allow for grouping
- Game book download links for game admins
- fix gm names
- Customise the auth0 emails
- move builds over to production auth0
- add past game selection to game form
- add login button to main screen at least for mobile.
- format auth0 emails
- Hook up SES to auth0