Commit Graph

8 Commits

Author SHA1 Message Date
eyad-hussein
42c54d0396 feat: add pagination support and update swagger documentation 2024-08-01 16:02:36 +03:00
eyad-hussein
d41dc95f10 refactor: refactor endpoints to comply with github api
introduce new logic to handle project and column assignment, refactor everything and removed unnecessary code, create swagger docs
2024-07-31 14:13:21 +03:00
eyad-hussein
10c0766a77 api(refactor): create a common handler for org and repo projects
edit project api response format to include more fields
2024-07-14 14:59:53 +03:00
eyad-hussein
d5a1ce1dfd api(refactor): minimize number of endpoints to 2 by refactoring current logic 2024-07-14 11:43:05 +03:00
eyad-hussein
bc0fca4ff3 api: create model to api format convertor for project 2024-07-13 02:09:21 +03:00
eyad-hussein
7bfa54672f api: implement logic and endpoint for moving issues between projects in repos 2024-07-13 01:01:04 +03:00
eyad-hussein
49a1961b03 api(refactor): refactor middlware assignments to each group 2024-07-13 00:14:47 +03:00
eyad-hussein
b2992372a5 api: implement logic for all (user and org)/reponame/projects endpoints and crud operations
create endpoints for each operation in the web router and corresponding handler and tested them manually
2024-07-12 20:45:48 +03:00