Problem Domain You are required to develop an API through which users can access information about TV Shows.
A User can access information about all TV shows made public by the administrator.
An Administrator has all the same rights as a user but can add new TV shows, seasons, and episodes and edit this information.
TV Show has many seasons, which have many episodes. A TV show/session also has a name, a start and end date, and many cast members. Users will be able to do the following:
● Retrieve– the list of all TV shows available via the RESTful API app
● Search the API using show name, actor name, start date Administrators will be able to do the following:
Add new TV shows, seasons, and episodes
Edit show/season/episode information
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 1 | 2 | 3 | 4 | 5 |