-
Notifications
You must be signed in to change notification settings - Fork 0
Demonstration
fbfreitas edited this page Nov 2, 2018
·
1 revision
- Each group will have 12 minutes for the showcase.
- It is strongly recommended the creation of a script with all the commands to execute.
- Clone the group repo to a new folder
- Checkout the phase 2 tag (
0.2.*
tag) - Use gradle to clean and build the project
- Use gradle to clean and build the project again
- 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 - List all projects directly from the console. Ensure the application ends after showing an empty list
- Start the application without any parameters and execute the following commands from inside the application
- Create two projects: LS Project and AVE Project
- List all projects in
text/plain
- Create three issues in LS Project
- Show the details of one issue in
text/html
, with the output sent to a file. Show file contents - 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
-
- Close one issue
- Try to add a comment to that issue
- Add two comments to one of the issues and one to the other
- 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
- Add two labels to project LS and one to project AVE
- Try to associate a label from project AVE to a issue in project LS
- Associate two labels to an issue in project LS
- Show the details of that issue in
text/plain
- Remove one label from that issue
- Show the details of that issue in
text/plain
- Exit the application