FLINT.Cloud icon indicating copy to clipboard operation
FLINT.Cloud copied to clipboard

fix: Return message

Open Janengethe opened this issue 2 years ago • 1 comments

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 simulation one is working on. So I included the f function for printing out the return message correctly. Another thing, when one is testing the GCBM locally, with the instructions on the README.md file, there was a confusion on the terminals that you are supposed to be working with. So I edited this the right terminal for the docker container to be running on, and the terminal to test using curl command.

Fixes # (209)

Type of change

Please delete options that are not relevant.

  • [ ] Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

I tried testing using a simulation with the title "run4 as shown below:

Additional Context (Please include any Screenshots/gifs if relevant)

Alt text Alt text Alt text

Checklist:

  • [ ] My code follows the style guidelines of this project
  • [ ] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [ ] My changes generate no new warnings
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] New and existing unit tests pass locally with my changes
  • [ ] Any dependent changes have been merged and published in downstream modules
  • [ ] I have checked my code and corrected any misspellings
  • [ ] I have tagged the reviewers in a comment below incase my pull request is ready for a review
  • [ ] I have signed the commit message to agree to Developer Certificate of Origin (DCO) (to certify that you wrote or otherwise have the right to submit your contribution to the project.) by adding "--signoff" to my git commit command.

Janengethe avatar Nov 03 '22 10:11 Janengethe

@Janengethe everything looks good to me :) but can u add screen shots of the working api response

khanjasir90 avatar Nov 13 '22 03:11 khanjasir90