Skip to content

Conversation

@nnhathung
Copy link
Contributor

Fixes #9040 #9042

Short description of what this resolves:

  • register state of attendee

Changes proposed in this pull request:

  • register state of attendee

Checklist

  • I have read the Contribution & Best practices Guide and my PR follows them.
  • My branch is up-to-date with the Upstream development branch.
  • The unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • All the functions created/modified in this PR contain relevant docstrings.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the api-docs

@nnhathung
Copy link
Contributor Author

Stats API for registration and stations [/v1/states?event_id={event_id}&attendee_id={attendee_id}]

• Request Method: GET
• Request:

    Header:
      Accept: application/vnd.api+json
    
      Authorization: JWT <Auth Key>

• Response 200 get success (application/vnd.api+json)

{
   "is_registered": false,
   "register_times": null
}

@nnhathung nnhathung marked this pull request as ready for review August 8, 2023 13:22
@nnhathung
Copy link
Contributor Author

Hi @cweitat , @mariobehling please help me to review and merge it

@mariobehling
Copy link
Member

Thanks. I wonder why the tests do not run. Website says "add Circle CI to config.yml.", but it was always there. Hm.

@nnhathung
Copy link
Contributor Author

Hi @mariobehling , its all passed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Need API to show details of a ticket whether or not it is checked in/registered.

3 participants