Skip to content

Commit

Permalink
Remake server and client responses (#64)
Browse files Browse the repository at this point in the history
* Feat: Implement TranslateService

* fix permission requirement with id provided

* Feat: Implement TemplateUtils class to replace string literals in responses

* add newline

* remove server test run command from CI

* refactor: Rework ServerServices, make it static and more readable (#66)

* refactor: Rework TranslateService to make it cleaner and more readable

* fix: Rename TemplateService to TemplateUtils in ErrorController

---------

Co-authored-by: Asion <46422813+Asion001@users.noreply.github.com>
  • Loading branch information
sukui24 and Asion001 authored Oct 24, 2024
1 parent b3eb64d commit 76cf78a
Show file tree
Hide file tree
Showing 53 changed files with 847 additions and 1,555 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
cache-dependency-path: ./server/package-lock.json
- run: npm ci
- run: npm run lint
- run: npm run test

test_client:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 76cf78a

Please sign in to comment.