Commit Graph
8 Commits
Author SHA1 Message Date
rmcamposandGitHub 63e696b2b1 feat: Create user area and allow users to delete their account (#153)
* feat: create migration to update task table schema

issue #52

issue #57

* chore: fix docker compose and client package-lock file

* fix: wrong placeholder for email at the login page

issue #134

* fix: wrong placeholder for email at the register page

issue #134

* feat: update all forms to start as valid

* feat: create user area where he can manage data and language

issue #135

issue #130

issue #104

* chore: simplify back-end services

* feat: delete user data from server

issue #104

* test: add simple test case for login and register and fix footer
2024-11-10 17:10:14 -03:00
rmcamposandGitHub 44d3fb23aa feat: Add Brazilian Portuguese and Spanish languages (#132)
* feat: add languages - wip

issue #90

based on article https://dev.to/franklin030601/building-a-multi-language-app-with-react-js-2och

* feat: translate landing, login and register pages

issue #90

* feat: translate all the external texts and messages

issue #90

* feat: add new automations scripts and remove old ones

* feat: add server build info on actuator health page

* feat: language handling for all external pages

issue #90

* feat: start translation at the home page - wip

issue #90

* feat: improve automation to run services on docker

* feat: more automations for the client this time

* feat: translate finished for the home page

issue #90

* feat: translate about page, header and footer

issue #90

* feat: translate task page

issue #90

* feat: translate notes

issue #90

* feat: increase token expiration to one week

* test: fix test cases

* ci: remove client docker image from workflow

* feat: improve reliability

* chore: reduce duplications

* feat: fix lint issues

thansk to https://dev.to/aolyang/eslint-9-flat-config-tutorial-2bm5

* fix: path when login or register
2024-11-01 15:25:57 -03:00
rmcampos 8bca2025db feat: rename java-api to server 2024-09-27 09:03:48 -03:00
Ricardo Campos 218478f208 feat: improve docker compose file 2024-09-24 12:07:37 -03:00
Ricardo Campos c09113fee9 feat: change to ghcr -m issue 2024-09-12 21:31:41 -03:00
Ricardo Campos ab7165adc8 feat: add authentication and authorization
issue #43
2024-09-05 17:27:34 -03:00
Ricardo Campos a46a49c6cd feat: add backend, move client to a separate folder
issue #43
2024-09-04 16:47:27 -03:00
Ricardo Campos 0e22862ec1 feat: add dockerfile and docker compose
issue #29
2024-08-25 14:47:10 -03:00