summaryrefslogtreecommitdiff
path: root/src/main/java/com/p4square/grow/tools/AttributeBackfillTool.java
AgeCommit message (Collapse)Author
2017-10-15Refactor Chapter Ordering Logic20171015Jesse Morgan
The bug impacting the CCB integration was due to the "Introduction" chapter having a higher "score" than every other chapter. It was a mistake to use Score to compared chapter progress, particularly since there are more chapters than scores. This change gathers the chapter ordering logic, which was scattered throughout the code into a new Chapters enum. Playlist and Chapter now use Chapters as a key, instead of loose strings. Same for the ProgressReporter interface.
2016-04-09Switching from Ivy+Ant to Maven.Jesse Morgan