dzcode.io icon indicating copy to clipboard operation
dzcode.io copied to clipboard

Migrate `Project` endpoint from `data` to `api`

Open ZibanPirate opened this issue 2 years ago • 1 comments

Description

Since we have an API server now, the static data.dzcode.io is not needed, as a first step to migrating it to API, we start with the Project endpoint.

Check List

  1. [ ] Create Project controller and endpoint with OpenAPI specs
  2. [ ] Create Project repository that get data from both ./data folder & Github service
  3. [ ] Update ./web and ./mobile code to use the new ./api endpoint

Additional Comments

once all models are migrated to ./api, we can decommission data.dzcode.io cc @CA1R7 ;)

ZibanPirate avatar Oct 16 '21 16:10 ZibanPirate

Great @ZibanPirate finally 🔥🤩

CA1R7 avatar Nov 21 '21 17:11 CA1R7

finally starting to work on this one 😄, will close this as a duplicate of #549 and will track progress there instead

ZibanPirate avatar Mar 26 '23 11:03 ZibanPirate