d27
The only difference between ordinary and extraordinary is just that little "extra".
update meeting scheduler to use suggestios and modal
remove start date field, add suggested dates to calendar, add delete button to date list
fix locators and e2e tests for new meeting scheudler
test generating LCs from dates
generate meetings from dates and load dates in frontend from meetings
rewrite meeting scheduler component
use calendar interface for meeting scheduler
Check for empty meeting set
Remove meets_weekly field from database - it was set to False incorrectly in many instances and keeping it correct is a pain
Update docker-compose file for testing
Merge pull request from p2pu/meetingsss
Meeting scheduling
Update test to use meeting end date rather than duration and fix test that depended on a relative date without using freezetime
Add timezone to time on meeting selection tab
Prevent end times that goes into the next day
Add missing helper utility and add frontend path to webpack config to avoid relative imports
Change minute duration to start/end/ time
Update title for meeting date/time selection tab
Merge branch 'meetingsss' of github.com:p2pu/learning-circles into meetingsss