Skip to content

Conversation

Nudelsuppe42
Copy link
Contributor

Please read roadmap.md for a general outline on plans and implementation status of this PR.

Nudelsuppe42 and others added 28 commits June 11, 2025 21:25
Added decorator for public routes (@SkipAuth()); Add ConfigModule globally for env support; Update API Docs and roadmap
Add an initial version of the GET /applications route with pagination, sorting an filtering. Authentication is not fully setup yet.
Adds a decorator that makes it more readable and cleaner to add sorting to an endpoint.
Adds a Paginated Decorator to improve code structure.
Tried but failed to implement automatic clamping of page limit value.
Moves the application logic to the application service to have better separation of concerns.
The Api error response decorator now dynamically reflects the status and description in the example schema.
Adds a DTO that can be used for creating an application.
Mainly added proper authentication.
Adds a route for creating new applications
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/api New feature or request
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants