CS580-Thunderbird / study-hard-play-hard

CS580 group project - A personal organizer to help cpp students manage time and enjoy life
0 stars 1 forks source link

Event Filter Features #8

Open nan2iz opened 7 years ago

nan2iz commented 7 years ago

This issue related to user preference setting

Ideas: 1 . Read event preference setting from database

  1. If user tick filter button, show all events based on preference setting on calendar.

I will provide data structure and functions for back-end and update later.

nan2iz commented 7 years ago

Thank you for updating Diana. Btw, I would like to correct something a little bit. The current design for event-filter will show only the event organization name that was set by user preference. I'm sorry, if my words confused you. I will create terminologies for our project soon, so we will have the same idea about the requirement.

Example (If user set preference like ASI, FITNESS, CSS

The below list will show on the pop-up box.

In my opinion the below design require user action too much. But we can't discuss about it again. screen shot 2017-02-02 at 9 02 46 am

dlin345 commented 7 years ago

Okay, I see now. Then I think I will just change it to a simple drop down with those check boxes. Is that what you had in mind?

nan2iz commented 7 years ago

Sounds good. I like this idea. Thank you

nan2iz commented 7 years ago

User Preference Setting from: "/data/eventOrgList", this provides ID of event You have to get event name from "/data/organizers", search by ID.