Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Releases: benzo-gs1/portal.sdu.docs

Second prototype finished

08 May 17:58
Compare
Choose a tag to compare

The second version is done by migrating our codebase to typescript.

  • The database scheme design was updated with massive system coverage.
  • Lifecycle system was designed
  • Architecture updates: using Redis as message broker
  • Unit tests are written and GitHub actions are integrated

Prototype version 1

11 Apr 04:58
Compare
Choose a tag to compare
Prototype version 1 Pre-release
Pre-release

Summary

The first version contains the basis of all the systems. With database system, event-pipe system, collectors and services all these could be easily maintained and scaled.

  • Loading sequence
  • Event-Pipe system
  • New ES features enabled under the scripts and vscode configurations
  • Database cluster & connection
  • Route & Service collectors
  • Users model
Changelog

v1.6.0

  • UsersService defined
  • Models implemented
  • .rest files accepted as test files

v1.5.0

  • Database integration
  • Event-pipe implemented
  • Production routes set

v1.4.0

  • Improved documentation
  • Restructuring back-end

v1.4.1

  • Fixes JWT

v1.3.0

  • Restructuring front-end
  • Added internalization
  • Back-end: refactoring route collector
  • Back-end: adding JWT service

v1.2.0

  • Babel configured
  • Babel import root module added
  • vue-cookies added
  • token check implemented

v1.1.0

  • Project defined