- AB#54: Frontend migrated to CoreUI for Vue.js
v4.1.0
. - AB#55: I18n support in BE using goyai.
- AB#56: Migrate
dgrijalva/jwt-go
togolang-jwt/jwt
. - Others:
- BO & DAO: add MySQL support.
- Go libs update.
- Backend migrated to Echo
v4.3.x
. - AB#43: Frontend migrated to CoreUI for Vue.js
v3.1.4
. - AB#42: I18n support in FE using Vue-i18n.
- AB#41: MongoDB implementation of BO & DAO.
- AB#40: AWS DynamoDB implementation of BO & DAO.
- AB#39: Azure Cosmos DB implementation of BO & DAO.
- Others:
- BE: bump to Go v1.13.
- BE: migrate to built-in
henge
package togithub.com/btnguyen2k/henge
. - Restructure & Update dependency libs.
- Use Gravatar for user profile picture.
- AB#21: Migrate to CoreUI-vue v3.1.1.
- AB#22: Integrate with Exter.
- AB#25: Use JWT as login-token.
- EP#25: Rebuild sample app.
- Others:
- Vuejs: replace
data
withcomputed
(https://techformist.com/data-vs-computed-vs-watcher-in-vue-components/) if possible. - Other fixes and enhancements.
- Vuejs: replace
- PostgreSQL implementation of BO & DAO.
- Frontend using CoreUI for Vue.js
v3.0.0-beta.3
. - Backend using Echo
v4.1.x
. - Sample features:
- Login page & Logout
- Dashboard
- User group management (list, create, update, delete)
- User management (list, create, update, delete, change password)
- BO & DAO implementation using SQLite3
- Sample
.gitlab-ci.yaml
&Dockerfile
.