You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which ones should I put into a pull request? My ideas:
There is no progress bar for adding the 198 sessions. Instead of showing a progress bar for each individual session (which takes only a few seconds at most), why not instead show a progress bar for the 198 sessions to be added? Out of all the tasks in the database seeding script, adding the 198 sessions takes the longest by far.
The number of sessions to be added is the product of the number of rooms and number of time slots. The 198 sessions take a long time. To save time, can we cut back on the number of rooms and/or number of time slots?
Add a participant with a non-random name. I'd like to have a user with a non-random name so that I don't have to look through the database to see what email I can use for logging in.
The text was updated successfully, but these errors were encountered:
Which ones should I put into a pull request? My ideas:
The text was updated successfully, but these errors were encountered: