Files
vms/README.md
David Böhm ac16ea4594
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
Added useful link
2024-08-23 03:29:32 +02:00

17 lines
915 B
Markdown

# README
VMS (Vehicle Management System)
A new try of a app to manage my vehicles. Where I and maybe others to can track the fuel consumption, repairs etc.
Alternate name in german could be Fuhrpark Management System (FMS)
## Usefull libaries
- [authentication](https://github.com/lazaronixon/authentication-zero)
- [Generate authentication like Rails 8 will](https://bootrails.com/blog/generate-authentication-like-rails-8-will/)
- [Pundit](https://github.com/varvet/pundit) Pundit provides a set of helpers which guide you in leveraging regular Ruby classes and object oriented design patterns to build a straightforward, robust, and scalable authorization system.
- [chartkick](https://chartkick.com/)
- [simple forms](https://github.com/heartcombo/simple_form)
- [i18n_generators](https://github.com/amatsuda/i18n_generators) A Rails plugin that generates the I18n locale files with automatic translation.