Highlights
This release focuses on significant improvements to the database layer, test coverage, and overall project quality.
Key Changes
- Enhanced the database structure and core models.
- Centralized enums from individual models into reusable global objects.
- Increased test coverage across core models and services.
- Fixed RuboCop linting issues across the codebase.
- Updated project gems to their latest stable versions.
- Improved database seed scripts for proper initialization.
- Refined validations and tests for
EventResourceand other core models. - Updated project license to GPL and improved formatting.
What's Changed
- Add: example environment configuration file by @martinmendozadev in #25
- Update: README for improved clarity and structure by @martinmendozadev in #29
- Project base by @martinmendozadev in #32
- Setup milestone V0.0.1 by @martinmendozadev in #61
- Dev integration by @martinmendozadev in #71
- Dev by @martinmendozadev in #74
- Dev by @martinmendozadev in #93
- Dev by @martinmendozadev in #119
- Staging by @martinmendozadev in #121
- Staging (#126) by @martinmendozadev in #127
Notes for Users
- Database migrations may be required before running the application.
- Ensure to run the updated seed scripts to initialize default data.
- Code style improvements and gem updates may affect development environment setup.
Full Changelog: v0.0.3...v0.0.4