-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add start of status screen and add new picked up button #520
Conversation
70304c9
to
76be4b4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Maybe we should put the status screen in a separate app though. I think that would help keep the orders app small (its already a bit too large)
d840a5b
to
460ed23
Compare
Shall I merge this? |
@KiOui let's separate the status screen |
c51f9f1
to
566d3ac
Compare
Updated! |
from status_screen import views | ||
|
||
urlpatterns = [ | ||
path("<shift:shift>/", views.StatusScreen.as_view(), name="status"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should add a path with a venue, that automatically redirects to the currently open shift in that venue.
website/status_screen/templates/status_screen/status_screen.html
Outdated
Show resolved
Hide resolved
abda1ec
to
6b8cd43
Compare
6b8cd43
to
fe199fb
Compare
Closes #519