docs: clarify /entries excludes walk-up entries#10
Open
mikaello wants to merge 1 commit into
Open
Conversation
Document that GET /entries only returns online pre-registered entries and omits walk-up/direct entries, that /starts/event includes walk-ups and control cards, and that the IOF XML start list variant omits ControlCard. Also note the Eventor UI Entries tab is rewritten from the result list while /entries is not. Closes #9 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.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.
Closes #9.
Enhances the OpenAPI descriptions for the entry/start endpoints to document the behaviour reported in #9:
GET /entries— only returns entries booked through Eventor's online pre-registration system; walk-up / direct entries (common in open classes like N-åpen / C-åpen / A-åpen) are omitted. Points to/starts/eventfor the full starter list. Also notes that the Eventor web UI Entries tab is rewritten from the result list once uploaded, so the UI count can exceed this endpoint's.GET /starts/event— returns every starter (including walk-ups), carries<CCardId>, and is empty until a start list is published (checkstartListExists).GET /starts/event/iofxml— same coverage, but omits<ControlCard>; use the native variant for control cards.Kept brief, added as operation-level
descriptionfields.npx @redocly/cli lintpasses (only pre-existing warnings).🤖 Generated with Claude Code