Skip to content

0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Kunniii Kunniii released this 06 Jan 08:39
· 5 commits to main since this release

Release version 0.1

Features:

  • New users can register and log in.
  • Logged-in users can interact with the CMS with a Token.
  • Logged-in users can Like and Comment on a Post.
  • CRUD of Posts, Tags for Admin, Manager, Publisher, and Contributor.
    • For now, newly created users are only normal users. They can only comment and like the post.
  • Anonymous users can view the posts, comments, and likes.

Todo:

  • User management
    • Allow to create multiple accounts for Manager, Publisher, etc.
    • Allow suspend, and timeout for bad users.
  • OpenAPI Specs
  • GoCMS Client
    • Simple admin client for interacting with the system.