MetroCS / QualityToolsForBlueJ

BlueJ extension to integrate quality assessment tools
GNU Lesser General Public License v3.0
0 stars 42 forks source link

[UserStory] Gradle build file for user written code #128

Closed ghost closed 4 years ago

ghost commented 4 years ago

User Story

Essential components

Story

As a user I want a tutorial of how to add a build file to a simple code **so that I can see the important components of a build file as it pertains to my code.

Acceptance Criteria

(Rules or scenarios are acceptable formats.) Rule 1)There is a link to a Gradle information page Rule 2)There is a drop down menu that shows the user an example build file of the code they have written. Rule 3) There is a dropdown under tools that lists the positive and negative benefits of using Gradle

Scenario 1

Given a user has written a small program when they click a dropdown menu under their class name
then a build file of the program they have written will appear.

Supporting Information

(Relevant information, context, resources)

jody commented 4 years ago

Out of this project's scope.