g4ze / byoc

container deployment platform
https://g4ze.github.io/byoc/
2 stars 2 forks source link

Correct the section stransitrion on click of a particular container name on the containers dashboard (Frontend) #1

Open g4ze opened 2 weeks ago

g4ze commented 2 weeks ago

Currently it's too shabby and unreponsive sometimes. This will require you to use promises and awaits in the frontend for the backend API calls.

anonthedev commented 2 weeks ago

can you elaborate on this? like a the route for this feature or something?

g4ze commented 2 weeks ago

Have you set up the project...? the problem right now is, that there's a slight delay when the FE makes BE calls and AWS to make sure every command is ran. During this time, the things being shown on FE is inconsistent. A way to reproduce it would be: Go to deploy a container Make a 2/3 deployements, get the links Now try deleteing some of it and creating some new, at this point the FE would react in an inconsistent manner. Let me know if that makes sense

anonthedev commented 2 weeks ago

I have setup the project but I don't think I've done it correctly as it's giving me a CORS error. I've never setup docker before but the command ran successfully and Postgres was running successfully, will try again sometime

g4ze commented 2 weeks ago

yes! make sure to give the documentations a good look :)