kencochrane / scorinator

DjangoDash 2013 repo
Apache License 2.0
10 stars 4 forks source link

Need a way to trigger builds #25

Open kencochrane opened 11 years ago

kencochrane commented 11 years ago

On the project page, if the admin is logged in, have a button that will trigger a new build.

We also need a button that will trigger builds for all projects when they hit the button. Maybe make a simple admin management page only available to the admin, that has stuff like this button.

reinbach commented 11 years ago

Need to have a separate trigger to do just calculations. No need to re-get data as an attribute calculation may have just changed and needs to re-score.

Also need to have a means to gather data without recalculating scores. Or more specifically want to gather data on a score attribute, but not use if in the total score. Some of this is probably much further down the list.