ucsb-cs156 / proj-happycows

https://ucsb-cs156.github.io/proj-happycows/
1 stars 0 forks source link

BUG: Change default start date when creating a commons to be today's date #114

Open sangitakunapuli opened 5 months ago

sangitakunapuli commented 5 months ago

Have you updated the title?

Summary

Currently, when creating a new commons, the start date is set to the next day, so the commons cannot be immediately joined after creation. It would make more sense for the new commons to start on the present day, so this can be remedied with this bug fix.

Expected Behavior

Creating a commons has the default day of today's date.

Current / Observed Behavior

Creating a commons has the default day of tomorrow's date.

Steps to Reproduce

  1. As admin, navigate to the create commons page and create a new commons.
  2. Observe that the date is not today's date.

Browser / Platform Info

No response