FLINT.Cloud
FLINT.Cloud copied to clipboard
The project aims to demonstrate a continuous deployment pipeline for FLINT.
# Pull Request Template ## Description ### flint-UI has plans to separate the "/upload" endpoint into different endpoints depending on the category of config input. so endpoints like - "/gcbm/upload/disturbances"...
# Pull Request Template ## Description refactored "/gcbm/upload/miscellaneous", "/gcbm/upload/classifiers", "/gcbm/upload/disturbances" endpoints created a service to handle the endpoint functionality thereby keeping the code clean. Fixes # (issue) ## Type of...
# Pull Request Template ## Description While working on the GCBM Demo for the route POST /gcbm/title I discovered that the return message did not include the title of the...
Currently when you run " curl -d "title=run4" -X POST http://localhost:8080/upload/title" to get the simulation title for GCBM implementation of FLINT you get "{"data":"New {sim_title} simulation started. Please move on...
# Pull Request Template ## Description Currently running the dynamic endpoint without uploading files prior returns a 500 internal server error, This error message is not helpful to the user....
Currently, running the /dynamic endpoint without uploading data returns a 500 server error with no helpful error message. This can be very confusing for users. Creating a better error message...
looking through some files, and endpoints of the gcbm rest API, and looking through the FLINT-UI, noticed the "/upload " and "/dynamic" endpoints need to be refactored to separate the...
### Description Hello mentors. In reference to the task given for project two. I will like to suggest this approach after looking at the [FLINT](https://flint-ui.vercel.app/gcbm/create) demo last weekend and PR163....
catching some exceptions which were previously not caught in views of the api and change variable names for readability. # Pull Request Template ## Description Please include a summary of...
# Pull Request Template ## Description When /dynamic endpoint is visited during simulation, it raises Type error in GCBM API causes `(fatal) - main(306) - Value too large.` error with...