-
Notifications
You must be signed in to change notification settings - Fork 1
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
UI Display of Data #62
Comments
I just merged the charts into the dev branch. Let us know what you think! |
Will do, and question, to update my clone with those changes should I re-clone the repo or can I just do a pull and get the charts piece? |
You would probably have to do a |
I went to the root folder of repo health and ran the git checkout -b origin/dev and it said Then I ran docker-compose up and tried both cakephp/cakephp and django/django but didn't see any charts appear I may be missing a step or need to look into it more, any thoughts on what i may have done wrong? |
The docker container will still have the old code since it is self contained. So you will have to have to do a |
You may have created a local branch called |
Matthews-MacBook-Pro:repo-health matthewschuette$ git branch
It looks like it did. So I will try to re checkout the way you said and then re run the clean.sh and compose up. |
I tried what you said Jake and it updated the UI however I did not see any charts on any of the 3 tabs (Details, PR's, Issue). Do you think I should just do a fresh clone of dev? |
Try to clear the cache in your browser and reload the page. In Chrome, I think you hold control and click reload. |
On the UI when using the application the fields "Open Issues Last Year" & "PR's last year" is just an array of values. If possible a good addition would to format it so the user could see more clearly that each value correlated with a specific month. Either using a simple table or graph one could display this data and it would be more quickly interpreted and pleasing to the user.
The text was updated successfully, but these errors were encountered: