-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cancelled and queued registrations in admin screen #428
Conversation
b02f9b6
to
b78c78f
Compare
I rebased to make the it reviewable. I dont know if the registrations worked before. |
Not sure what's wrong on staging (have only tried on production) but this seems to work well on production (e.g. weekend has all types). One small thing: the tab headers should have just a single capital: they're not oswald. That will probably make it look much better and make the headers fit their 1/3rd width space |
I fixed the things. Will try the testflight. @JAicewizard is it ready then? |
No don't merge yet, I want to relase a point release tomorrow (hopefully with the multiple backends). There are quite a few fixes in already. Then merge features, as there are quite a few almost empty. |
9a842b1
to
9576227
Compare
9576227
to
6932372
Compare
This looks good to merge BTW, rebased to maybe @Scarletto you can double check again? |
…ed registrations and queued registrations to the admin state and cubit Fixed ordering because nice Implemented fetching from api using 'queued' parameter; added cancelled registrations and queued registrations to the admin state and cubit
Style change Styling changed dependency Fix DateTime formatting
…ed registrations and queued registrations to the admin state and cubit
6932372
to
6f7a946
Compare
Closes #179.
Summary
Added
queued
filter to API AdminEventRegistration request.Added lists of
AdminEventRegistration
squeuedRegistrations
andcancelledRegistrations
toEventAdminState
andEventAdminCubit
.Turned the
EventAdminScreen
into a screen with tabs, and gave queued and cancelled registrations their own type of tiles with useful info.How to test
Steps to test the changes you made:
Note about search
Search in its current form still only searches regular registrations.
I think this is OK as this is the most relevant use of search, and I want to avoid double work because of #427.