Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments availibility #120

Closed
maasrf opened this issue Sep 30, 2024 · 1 comment · Fixed by #121
Closed

Comments availibility #120

maasrf opened this issue Sep 30, 2024 · 1 comment · Fixed by #121
Assignees

Comments

@maasrf
Copy link

maasrf commented Sep 30, 2024

Right now, when a bartender fills in their availibility they can only choose from the availible options. As most of the times the shifts are quite long it happens quite often that someone would be able to or willing to tend a partial drink during certain times, or that they can tend but cannot build the drink for example.

We would like there to be a small comment field for the bartenders filling in their availibility next to the drop-down where they can specify things like this.

@Michael-Janssen-dev Michael-Janssen-dev self-assigned this Sep 30, 2024
@Michael-Janssen-dev
Copy link
Contributor

This would involve:

  • Adding a 'comment' field to BartenderAvailability, null and blank allowed

Updating the following screens:

  • Home: adding a comment icon with a popup to add a comment (alert would work fine, I believe Alexia doesn't have modals). Should only be visible if availability is already set.
  • Event details: adding a comment icon with a tooltip displaying the comment for schedulers
  • Availability matrix: same thing

I think this can be applied to all organizations, and not require a flag per organization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants