Skip to content

Releases: IlyaMoskva/BlogPlatform

Reporting v0.7

17 Jun 09:18
cfc59bc

Choose a tag to compare

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

16 Jun 14:19
bd91291

Choose a tag to compare

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

15 Jun 15:06
71fa9a3

Choose a tag to compare

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