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

People app #8

Open
Collert opened this issue Mar 5, 2024 · 0 comments
Open

People app #8

Collert opened this issue Mar 5, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Collert
Copy link
Owner

Collert commented Mar 5, 2024

Need to create an app that would be responsible for managing users (both staff and customers)

Desired features

Staff user class

Have a staff class that would be an extension to the regular user class

  • class should have some kind of field that acts like a wallet, giving staff an allowance (like a gift card) to spend on their working days.
  • Should also have a "position" field. This is a position during their shift, like in the kitchen/ at the register/etc. (Position should be its own model to accommodate for extra features)

Position class

Class to store available positions in the restaurant.

  • Should have a shift date field that would reference a shift object
  • An intermediate class to store how many if each position needed for shift

Shift class

Class to store shift information like start, end date time

  • Needs a staff field to reference all staff present during shift

Frontend

Frontend interfaces to interface with those classes

@Collert Collert added enhancement New feature or request help wanted Extra attention is needed labels Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant