Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tranquangvu/rails-rounded-test
Just a interview test from rounded.com.au
https://github.com/tranquangvu/rails-rounded-test
Last synced: 3 days ago
JSON representation
Just a interview test from rounded.com.au
- Host: GitHub
- URL: https://github.com/tranquangvu/rails-rounded-test
- Owner: tranquangvu
- Created: 2021-10-15T06:53:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T10:08:57.000Z (about 3 years ago)
- Last Synced: 2024-03-27T10:32:22.342Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 492 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What I Did?
## Backend
- Hanle Task 1: CRUD Task, Allow assign expense to account
- Add active_model_serializer for better json serializer
- Improve controllers:
- Add ResourceRenderable module
- Add Expense services
- Make some refactor
- Add specs for models, controllers, services## Frontend
- Hanle Task 1: CRUD Task, Allow assign expense to account
- Hanle Task 2: Improve notifications
- Improve project structure
- Improve NotificationProvider + useNotification hooks
- Add DataTable component
- Add ESLint + Prettier