DigitalCommons / mykomap-monolith

A web application for mapping initiatives in the Solidarity Economy
0 stars 0 forks source link

[CWM] Create back-end class structure #23

Closed rogup closed 1 month ago

rogup commented 1 month ago

What? Why?

This PR is for task 1 of #20

I've created the datasetService and class structure, ready for the remaining methods in the Dataset object to be implemented.

Note that this new datasetService isn't hooked up the API routes yet, since the new file structure isn't implemented in the test/data so some tests would fail. It made sense to wait after this mock data has been created (we're waiting on the spec from Colm and Marcel for this) before hooking them up, removing any unused implementation code from the old skeleton server, and adding UTs.

Checklist

rogup commented 1 month ago

@wu-lee Please can you review these changes?