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

Link Event Organizer Lists to user's preference selections #36

Open nan2iz opened 7 years ago

nan2iz commented 7 years ago

You can get json data for organizer list from this link: /data/organizers

Now, it will return with temporary data until the database setup complete on the server, so I will move to connect with the database data.

But the temporary data uses same format with database data.

P.S. This is phase2 , please take your time. Thanks.