Skip to content

A application for managing the museum rota of volunteers and employees.

License

Notifications You must be signed in to change notification settings

frialey63/rosta

Repository files navigation

rosta

Application for managing the museum's rota of volunteers and employees.

Eclipse

The Eclipse Maven dependencies need to reference the installed (fat) jar for uk-bank-holiday NOT a reference to the latter's Eclipse project in order to avoid runtime error

Exception in thread "main" java.lang.NoClassDefFoundError:
  javax/ws/rs/client/ClientBuilder

due to incorrect version of jersey-client (2.35 instead of 3.04) on the Maven classpath.

Deployment

run as a windows service

https://docs.spring.io/spring-boot/docs/current/reference/html/deployment.html
https://dzone.com/articles/spring-boot-as-a-windows-service-in-5-minutes
https://www.baeldung.com/spring-boot-app-as-a-service

SSL

https://www.thomasvitale.com/https-spring-boot-ssl-certificate/
https://www.baeldung.com/spring-boot-https-self-signed-certificate

Configure the email server

Backup of the Mongo DB

https://www.mongodb.com/docs/manual/tutorial/backup-and-restore-tools/

Azure

Note need to create a manual index on Shift.fromDate in CosmosDb

az login
az acr login -n rafmanstoncontainerregistry
mvn -Pproduction compile jib:build

TODO

preferred volunteering days for volunteers

Bugs

Sprint 3 Stories

notifications by SMS as well as by email?

register attendance via QR code or bluetooth proxity

volunteer attendance and reliability stats/predictions, stars, etc.

Sprint 4 Stories

planning of events

planning of tasks

Done

Release 1.0.0 to be deployed to office server

create volunteer days with repeat

push notification of changes by other users to the calendar, https://vaadin.com/docs/latest/advanced/server-push

better sitrep view for manager on calendar using background events (overview rota for next 3 months?)

improved rules for add >1 entry on a day

ordering of block events on calendar, https://fullcalendar.io/docs/eventOrder

refresh button for calendar

mobile friendly

bank holidays (https://www.gov.uk/bank-holidays.json)

real-time notifications of user updates to their calendars, e.g. holiday/absence/volunteer

one week calendar view

user roles

tooltips on Calendar, see https://vaadin.com/directory/component/full-calendar-flow/samples

idle notification

new data attributes for user

  • contact telephone
  • emergency name and telephone

shop info docs for users

session inactivity timeouts

Release 0.2.0 deployed to shop annex PC

management reports of periods worked, holidays, absences, etc.

the supervisor/manager should be able to add/delete days in the calendar on behalf of other users

remove opener concept

evening work periods

identify users as "keyholder"

  • check at least one keyholder per day

checks of the rota should notify managers and Directors

Backlog Stories

QA

Logging

Calendar

  • display half days as half fills on the calendar
  • investigate use of EntryProvider

Styling

  • buttons, etc.

Refactor "rosta" to roster

Notes on Security

SSL

keytool -genkeypair -alias rosta -keyalg RSA -keysize 4096 -storetype PKCS12 -keystore rosta.p12 -validity 3650 -storepass password
keytool -import -alias rosta -file myCertificate.crt -keystore rosta.p12 -storepass password

Security

About

A application for managing the museum rota of volunteers and employees.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages