-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Currently, we're using the date_range approach. This has issues:
- Time is required if you add a date (feature requests for scheduling #246)
- Because of 1, all-day events can't be made
- The UX for admins is tough unless a bunch of custom JS is added to improve it (also feature requests for scheduling #246)
Enter, Smart Date:
https://www.drupal.org/project/smart_date
This could address all of those issues. This would require:
- Adding the new Smart Date field
- Migrating from the legacy field to the new field
- Testing
- Testing
- Deployment
- Testing
- Delete legacy field
- Testing
Reactions are currently unavailable