-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
feat: expansion of gitea api to handle columns #31768
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
base: main
Are you sure you want to change the base?
Conversation
…ts and crud operations create endpoints for each operation in the web router and corresponding handler and tested them manually
edit project api response format to include more fields
introduce new logic to handle project and column assignment, refactor everything and removed unnecessary code, create swagger docs
one thing to note is that these endpoints appear to only work with the |
@eyad-hussein thanks for this PR! Even though tests aren't yet included, is it okay if a review is started for the rest of the code? |
@techknowlogick Sure, feel free to start reviewing the code. |
Resolves #31769
Implementation details:
Projects:
Columns:
Tests
Other endpoints for projects are implemented but i can remove them from the pr if requested.