- Regular users: Can manage their own time entries
- User managers: Can also manage users
- Admins: Full access
- Login
- Sign up
- CRUD time entries
- CRUD users
With rake code_analysis
you can run the code analysis tool, you can omit rules with:
- Rubocop Edit
.rubocop.yml
- Reek Edit
config.reek
- Rails Best Practices Edit
config/rails_best_practices.yml
- Brakeman Run
brakeman -I
to generateconfig/brakeman.ignore
- Bullet You can add exceptions to a bullet initializer or in the controller