Skip to content
fbfreitas edited this page Nov 2, 2018 · 1 revision

Phase 2 Demonstration

  • Each group will have 12 minutes for the showcase.
  • It is strongly recommended the creation of a script with all the commands to execute.

Steps

  1. Clone the group repo to a new folder
  2. Checkout the phase 2 tag (0.2.* tag)
  3. Use gradle to clean and build the project
  4. Use gradle to clean and build the project again
  5. Run OPTIONS command directly from the console (not from inside the application nor from the IDE). Ensure the application ends after showing the available commands
  6. List all projects directly from the console. Ensure the application ends after showing an empty list
  7. Start the application without any parameters and execute the following commands from inside the application
  8. Create two projects: LS Project and AVE Project
  9. List all projects in text/plain
  10. Create three issues in LS Project
  11. Show the details of one issue in text/html, with the output sent to a file. Show file contents
  12. List all issues of project LS, using each one of the following formats:
    • text/plain - output directly to the console
    • text/html - output to a file and view it with a browser
  13. Close one issue
  14. Try to add a comment to that issue
  15. Add two comments to one of the issues and one to the other
  16. List all issues of project LS in text/plain:
    • sort by comments in ascending and descending order
    • with state closed
    • with state open, sorted by update in descending order
  17. Add two labels to project LS and one to project AVE
  18. Try to associate a label from project AVE to a issue in project LS
  19. Associate two labels to an issue in project LS
  20. Show the details of that issue in text/plain
  21. Remove one label from that issue
  22. Show the details of that issue in text/plain
  23. Exit the application
Clone this wiki locally