Conversation
f513e12 to
f89b0c9
Compare
e3f807e to
1dc2c70
Compare
1dc2c70 to
1234a83
Compare
…ISTRATION_ATTENDEE_TICKET_EMIT overlaps
Signed-off-by: romanetar <roman_ag@hotmail.com>
PUT api/v1/summits/{summit_id}/orders/{order_id}/tickets/{ticket_id}/delegate
Payload
attendee_first_name : string | mandatory
attendee_last_name:: string | mandatory
attendee_email: string | email| optional
attendee_company: string | optional
extra_questions: [] | optional
feature: updated ticket endpoints to retrieve managed tickets
feature: add new filter for attendees endpoints
?filter=has_manager==1|0
1234a83 to
afcf566
Compare
smarcet
added a commit
that referenced
this pull request
Sep 24, 2024
* fix: submitters query for media upload condition
* fix: avoid REGISTRATION_INVITE_ATTENDEE_TICKET_EDITION and SUMMIT_REGISTRATION_ATTENDEE_TICKET_EMIT overlaps
* feat: model mapping
Signed-off-by: romanetar <roman_ag@hotmail.com>
* feat: added new endpoint
PUT api/v1/summits/{summit_id}/orders/{order_id}/tickets/{ticket_id}/delegate
Payload
attendee_first_name : string | mandatory
attendee_last_name:: string | mandatory
attendee_email: string | email| optional
attendee_company: string | optional
extra_questions: [] | optional
feature: updated ticket endpoints to retrieve managed tickets
feature: add new filter for attendees endpoints
?filter=has_manager==1|0
* fix: update attendee
* fix: null exception
* fix: attendees CRUD endpoints - manager setting
* chore: add debug info
* fix: get ticket by id
* fix: missing validation on delegate
* fix: email overriding on delegation
* fix: validation rules
* chore: add debug info
* fix: refactor attendee factory to include manager logic
* fix: refactoring
* fix: delegate to manager email
* chore: refactor
* fix: has_manager filter
---------
Signed-off-by: romanetar <roman_ag@hotmail.com>
Co-authored-by: smarcet@gmail.com <smarcet@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ref https://tipit.avaza.com/project/view#!tab=task-pane&groupby=MyTaskDueDate&view=vertical&task=3620840&stafilter=NotComplete&fileview=grid
Signed-off-by: romanetar roman_ag@hotmail.com