VersCreativeUK / FACETS

An open tracker repository for the development team to manage the FACETS project.
0 stars 0 forks source link

[REQUEST] v0.0.8-1 Activity Diary Previous Items Entered Highlighter #86

Closed andy475uk closed 5 years ago

andy475uk commented 5 years ago

Is your feature request related to a problem? If so, please describe. Difficult to see if entries have been entered previously in activity diary when you scroll back through dates or to current day.

Describe the feature you would like Is there anyway to show visually if activities are present on a particular day when scrolling through the calendar - might not be possible?

Priority Not essential feature

andy475uk commented 5 years ago

ps david - don't worry about looking at any of these issues/requests until after you get back - just going through some testing this morning (01/07 am). Thanks Andy :-)

davcpas1234 commented 5 years ago

The plugin that we're using on android has the ability to add dots to dates example (far right):

image

marking as low priority as will need to work out a efficient way of calculating this

andy475uk commented 5 years ago

I like the idea of dots (blue example) but we can check with everybody at a future project meeting and then see if there's time to implement before the end of the project

davcpas1234 commented 5 years ago

After initial investigations, this is not possible to achieve. In order to add the "indicator dots" this call needs to be performed when the calendar view is created. However as we lookup activity entries asynchronously this prevents us from calling the method addEvents() on the calendar view.

addEvents() is part of the builder class and has not been implemented outside of this.