Advertisement
Guest User

Untitled

a guest
May 26th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. ## Convert #index output to json for Frontend
  2.  
  3. Sets the stage for further customizations of the data!
  4.  
  5. ## Date Picker:
  6.  
  7. Make it possible to select a start and end date.
  8.  
  9. Complexity: Simple. Update the query to use dates if provided, add a short form on the frontend (and list total when dates are picked).
  10.  
  11. ## Display commit statments
  12.  
  13. Currently, commits are NOT saved when a deployment occurs--investigation into what that entails would need to happen, but since they're available to Jenkins, it's hard to believe they'd be especially difficult to acquire and save.
  14.  
  15. There's then the question of how to display this on the frontend--and that's more complicated since our basic display is a table and the amount of commits on a PR could also be quite long. HOWEVER--it would probably not be particularly difficult to display the first X amount of characters for the data in question and have an jQuery Expand/Hide button for when people want to focus on a deployment.
  16.  
  17. ## Follow up to previous idea: Display title of PR
  18.  
  19. Same issue as above--this isn't currently being saved--but I do think that PR titles are of a more dependable length and have some useful data in them since they have Pivotal ticket numbers AND a description of what was done.....probably the first thing to do.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement