(5.1) Manage.me : Task Details Page

App Screen 2

Kshitij Sachdeva
2 min readAug 12, 2017

Deep Customization of a Task Block

Apart from the minor time and date changes , this app allows more granular customization like changing color of the event block , adding description to them , changing categories or titles or deleting the task entirely can be done from a new screen called the event detail page, this page can be accessed for any event by clicking it . Customization offered is as follows

  1. Event Title : one can simply update the event title from this page , the previous value of the old title is applied as the default form value, To update simply enter new Title and click on the update Details Button.
  2. Event Category : one can simply update the Goal Category of the event from this page , the previous value of the old Category is applied as the default form value, To update simply enter new Category and click on the update Event Button.
  3. Event Description : one can simply update the Event Description from this page , the previous value of the old description is applied as the default form value,in case of a new event description would be null .To update simply enter new Event Description and click on the update Details Button.
  4. Event Block Color : one can simply update the Event Block Color from this page. The default value of color for any new event is default. This field requires a Hex Code , nothing to panic from that techie word just search color picker on google pick the 6 digit value with a leading hash to add your custom color. You don’t need to worry about entering wrong value the app will reject wrong values and guide you to add correct hex codes.

on the right side we have some static information , which contains the Hasura_ID of your event, thats just a unique no.(allotted by our platform provider : Hasura) to identify your event. It also contains the Starting and Ending timestamps of the event. here is a small demonstration video showing the use case of this screen.

For Detailed Guide on the Main App Dashboard Functionality please visit the following link

For detailed Guide on Miscellaneous Screen’s Functionality visit the following link.

--

--