Added a counter for the number of day away from that session
Prepared the structure for passing the color of the event of the session (will be implemented in the future). The object upComingStudySession will contain a field called colorHexValue which will be a string of the format "#aaaaaa". If the field is not included, the default color of the line in the UI is the PlanIT blue.
I've redisigned the upcoming study session area.
upComingStudySession
will contain a field calledcolorHexValue
which will be a string of the format "#aaaaaa". If the field is not included, the default color of the line in the UI is the PlanIT blue.Before:
After:
closes #52