-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
feature-8957: Store and Retrieve check in and out data on server #8994
Conversation
implement api post and get detail
set validate for station type and station name
fix ci and update latest branch from development
fix ci and update latest branch from development
fix ci and update latest branch from development
fix ci and update latest branch from development
fix ci and update latest branch from development
fix ci and update latest branch from development
…en-event-server into nnhathung_tma/feature-8958
update station_type, remove session, add new 2 types check in and check out
API for #8958 User Check in [/v1/user-check-in]
|
Error: Multiple Migration Heads |
|
||
# revision identifiers, used by Alembic. | ||
revision = '9881f067213b' | ||
down_revision = '2b19596af9f0' |
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.
This should be 3b784f9c98c7
since another migration was included.
|
||
# revision identifiers, used by Alembic. | ||
revision = 'e3075e4e1327' | ||
down_revision = '9881f067213b' |
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.
Why do you have two migration files in one PR?
Please merge those into one, with the fix for the correct last revision in development mentioned above
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.
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.
#8958 is merged now. Thanks
Please resolve conflicts. |
@nnhathung there's the type in your user check in body. what are the types? |
Hi @cweitat , |
@nnhathung is it the same for registration? because registration has no session |
Hi @cweitat , the same type 'user_check_in' for registration and daily.
|
@nnhathung so I remove session from post body if is type registration/daily? |
@nnhathung also can i check if
is using ticket id or attendee id? because same attendee can have multiple tickets |
Hi @cweitat , and if I include session means its session checkin? is using ticket id or attendee id? because same attendee can have multiple tickets FYI: @lthanhhieu |
Fixes #8957
Short description of what this resolves:
Changes proposed in this pull request:
Checklist
development
branch.