Skip to content
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

Align two backend modules schema files consistently. #1629

Open
5 tasks
ianliuwk1019 opened this issue Oct 10, 2024 · 0 comments
Open
5 tasks

Align two backend modules schema files consistently. #1629

ianliuwk1019 opened this issue Oct 10, 2024 · 0 comments

Comments

@ianliuwk1019
Copy link
Collaborator

Describe the task
The schemas files (schema.py) between two backend modules ("server/backend" and "server/admin_management") are not consistent due to several past historical reasons, even when they might server for the same functionality.
We should make this to be consistent so that developers don't get confused.

Acceptance Criteria

  • Naming convention consistent, e.g., DTO or Schema, xyzResponse or xyzRes.
  • File separation and grouping the same.
  • The impact logic and tests stay the same.
  • Api-Client code regenerated.
  • Frontend adjustment when needed.

Additional context

  • Add any other context about the task here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant