Releases: DarkHollow/tfg-series-playAPI
Releases · DarkHollow/tfg-series-playAPI
Release v1.0.0
Including:
- Seasons
- Obtain all seasons of a TV Show
- See seasons information including: poster, name, number, overview, etc.
- Episodes
- Obtain all episodes of a TV Show seasons
- See episodes information including: screenshot, name, number, overview, etc.
- Popular
- Track all the TV Shows visits
- Get lists with most visited TV Shows
- Get lists with most rated TV Shows
- Following
- Following/unfollowing TV Shows
- My TV Shows list
- Twitter trending
- Get a tweet/hour ratio of the most popular TV Shows in the system
- Get a list of top Twitter ratio TV Shows
- Seen episodes
- Set episodes as seen for tracking TV Shows
- Enought data to develop a complete tracking system
- Technical changes
- Inheritance implementations to reduce code
- Many improvements and code enhacements
- Many improvements of API responses (work in progress)
Release v0.10.0
- Register and login
- TV Show requests
- Search TV Shows outside the systems and then request them
- Request counter (information for administration)
- Rating TV Shows
- Global rating: see
- Personal rating: see, create, update, delete
- API and database version control with
evolutions
- Administration panel
- General statistics summary
- Requests management: see, accept, reject, delete
- TV Shows management: see, update, delete, smartphone preview
- Database version control: see updates, update to a new database version
- Heroku: production version deployed
- Technical changes
- Role management for normal user and administrator
- Inheritance implementations to reduce code
- Refactored routes to be REST`
- Deleted all files, classes and code not necessary
- All new implementations and refactorings thinking about the new features
- Improved
unit tests
andintegration tests
Play Framework
upgraded to v2.5.12Swagger UI
upgraded to v3.1.7
- Many improvements and code enhacements
- Many improvements of API responses (work in progress)
Release v0.1.0
- Extended Serie entity implemented
- Search series implemented (search all, search by id, search by name like)
- JSON Views implemented to respond only necessary data
- Do not allow search query of less than 3 characters
- General fixes
- Swagger Documentation (both) updated