DigitalCommons / mykomap-monolith

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

[CWM] Design a functional back-end #14

Open rogup opened 1 week ago

rogup commented 1 week ago

Description

We have a basic NodeJS back-end server running, which returns mock API responses.

The next step is to create a functional back-end server and implement the API methods properly, so that they return real responses for any given dataset.

Acceptance Criteria

rogup commented 1 week ago

Design doc WIP https://docs.google.com/document/d/1Y2MZ-Q92bhFCit-SoivpriOsxQZIbJop4ewiCqkYRNU/edit?usp=sharing

rogup commented 42 minutes ago

@wu-lee Please could you review this back-end design? In particular, I had some questions (in yellow) about where the data should actually live. I was wondering whether we actually need a separate api.maps.coop and data.maps.coop, since we'll just be duplicating data anyway. It makes intuitive sense to me that the data factory pipeline is the thing that generates the data in the correct format to be consumed by the back-end.