Change the type of the `id` field from `Int` to `String` in the
GraphQL schema for `Band`, `DanceHall`, and `Event` types. This
improves consistency in data representation. Also, modify the
`codegen` command in `package.json` to simplify the linting
process for generated files, ensuring cleaner code practices.
Adds internationalization support in filters and origins pages by
importing the useI18n function. Expands ESLint configuration to
include new rules and plugins, ensuring improved code quality.
Introduces Grafana monitoring plugin to enhance performance
tracking capabilities in the application.