-
Notifications
You must be signed in to change notification settings - Fork 2
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
Restructure API routes for other application types #452
Comments
If we wanted to have it all under one route: |
Think also duplicate of #448? |
We've made the decision to add separate routes for mentor and volunteer applications. |
Actually, I agree: separate routes keeps it clear what data each form needs (e.g. when looking at the auto-generated API documentation for debugging as I often do). Where a discriminator could help is the final step of constructing the |
A little bit of misunderstanding earlier. I see what you're saying, and I agree. |
Workaround is to make other routes with specified RawApplicationData types.
The text was updated successfully, but these errors were encountered: