-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interact directly with repository #91
Comments
Here is a diagram of what I am thinking of: ryp.pdf |
I have some questions about Vaadin, see https://phauer.com/2015/evaluating-vaadin-strengths-weaknesses/. @jarrah42 and I have discussed this briefly. |
Here is my idea for the initial flow starting at the home page. Mockups of the initial pages are also provided. UI changes:
Flow:
|
@jarrah42 would the file from FYP be in the format of a Progress Tracking Card as available in the catalog? |
What is FYP? Which file are you referring to? |
@jarrah42 Oops that was a typo. I meant RYP. My question is, will the survey results file from RYP be formatted as a PTC -- target, goal, user story, scores, etc.? |
No, the survey results will be just that - the answers to the questions specified in the survey. I would expect we will use a json format that also captures the date the survey was completed and the different users who completed it. I see the PTC module using the results of the survey (e.g. by displaying the spider chart) to allow the user to focus on one (or more) of the categories/questions. From this, we can pull a sample PTC from our catalog and show it to the user, perhaps allowing them to modify it. Once they do this, the can choose to add it as an issue directly to the repo (since they will already have authenticated with GitHub) with the appropriate tags, etc. |
I see. "The PTC module using the results of the survey" is the part of PSIP automation that remains underexplored by our team so I am looking forward to making this happen. |
The tracking module can then do the following:
|
As a developer I want to use RYP to maintain the current status of my project practices so that I can track progress towards improving the practices
Acceptance Criteria:
Description, Additional Detail, Context:
I would like to be able specify my own survey questions (and grouping of the questions) in a file that I store in my repository. I would like the answers to the survey questions to also be stored in the repository so that RYP and other tools can access the information.
Implemented By Task(s):
The text was updated successfully, but these errors were encountered: