This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASE-NOTES.txt
52 lines (44 loc) · 1.65 KB
/
RELEASE-NOTES.txt
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---------------------------------------------------------------------
TAG 3.0.0
---------------------------------------------------------------------
NEW FEATURES:
* Optional notifications can be received when new reviews are added.
* High-performance endpoint to retrieve basic information about the contents on the platform.
NOTES:
Features not developed in this release:
* Error handling during request processing.
KNOWN ISSUES:
* To run the project locally the following environment variables need to be set: jwtsigningsecret, redishostname, redispassword.
* To use the notification service a local instance of RabbitMQ needs to be available.
---------------------------------------------------------------------
TAG 2.0.0
---------------------------------------------------------------------
NEW FEATURES:
* Inverse search (returns information about Platform Contents).
* Advanced Review search.
* Report Review.
* User registration.
* API key validation.
NOTES:
Features not developed in this release:
* Request data validation.
* Error handling during request processing.
KNOWN ISSUES:
*
---------------------------------------------------------------------
TAG 1.0.0
---------------------------------------------------------------------
NEW FEATURES:
* CI builds (Travis).
* Code coverage (Codacy).
* Cloud environment (Heroku).
* Endpoint to create a new review.
* Endpoint to value an existing review (like/dislike).
* Endpoint to get the specific reviews of a given platform content (movie, series or episode).
NOTES:
Features not developed in this release:
* Request data validation.
* Error handling during request processing.
* Additional endpoints.
KNOWN ISSUES:
*