BoostV / process-optimizer-frontend

A web frontend for ProcessOptimizer
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Move API interaction to client #154

Closed lasseborly closed 2 years ago

lasseborly commented 2 years ago

We are removing the last remnants of the API paths and migrating the functionality into the client side of the application.

lasseborly commented 2 years ago

Hooking everything up it seems that the API is "missing" CORS setup before the client is able to communicate with the API.

I'll continue work on the API repo and ready a PR that incorporates a configurable way of getting CORS functionality.

Until then, this does not move forward and I am closing down https://github.com/BoostV/process-optimizer-frontend/pull/134 that duplicates some of the work we are doing here.

lasseborly commented 2 years ago

We have https://github.com/BoostV/process-optimizer-api/pull/41 merged and this is ready for review.

lasseborly commented 2 years ago

Looks good. I have reverted a few parts of the devcontainer configuration and added a method for customizing the API_URL when running the frontend using docker

Very nice @langdal 🎉