-
Notifications
You must be signed in to change notification settings - Fork 0
Todo
tboxmy edited this page Dec 23, 2022
·
7 revisions
Self notes
- Add user profile table. Update user seeder to provide timezone, preferred shift colour
- Add function to add and delete user shifts
- Add function in view 3 to display shift
Replace jquery when using bootstrap 5 js Ref https://getbootstrap.com/docs/5.0/getting-started/javascript/ https://getbootstrap.com/docs/3.4/javascript/
E.g. var tooltipElement = document.getElementById('tooltip'); var tooltip = new bootstrap.Tooltip(tooltipElement);