Skip to content

feat(frontend): Connect frontend to cw instance

Arnaud Vergnet requested to merge topic/default/frontend into branch/default

Frontend is now connected to the CW instance to retrieve and edit data.

Everything is supported but the following:

  • Fetching relations (eg: recipes for a project)
  • Handling files

For now the instance is hard-coded to a localhost one. Can be changed later while working on the deployment.

If any request fails with a 401 status, then the user is automatically logged out.

2024-02-02_14-23-33

Merge request reports