Releases: IlyaMoskva/BlogPlatform
Releases · IlyaMoskva/BlogPlatform
Reporting v0.7
New feature:
- Added /reports entrypoint with statistics about using the platform, top authors and most viewed posts, as well as search appearances.
- Minor fixes in documentation.
- Cut off tech debt.
List Pagination and Search
Two main enchancements in Post Collection API
GET /posts returns List of Posts with pagination support. Parameters: page [1..N] and size [1..M]. Default values are '1' for page and '10' for size.
GET /posts/search Accepts 'q' query parameter with search string. Up to 100 symbols.
Refactor:
cryptogen renamed to certgen to give it proper meaning.
MVP working version 0.5
The First version of Blog Platform Application.
Main features to cover functional requirements;
- In-memory simple data storage for Posts
- Create Post
- Retrive Post by id
- Update Post by id
- Delete Post by id
- Retrive List of all Posts
Non-functional features:
- Https-only access with certificate
- Swagger documentation
- Postman test collection
- Certificate generator included together with keys