Bundled completion release of glitter-reservation as a reusable Gnuboard7 reservation module.
Recommended download:
This is the official packaged distribution.
Do not use GitHub auto-generated source archives.
Overview
This release marks the transition from a portable module to a fully bundled distribution unit.
The module can now be installed by direct copy into modules/_bundled without modifying the Gnuboard7 core.
Added
- bundled packaging scaffold for distribution
- build scaffold with vite.config.ts, resources/js, and resources/css
- dist placeholder files for packaged module shape
- no-op install seeder scaffold
- no-op upgrade scaffold
- LICENSE file aligned with standard MIT license
- short-path release zip for Windows-compatible extraction
Changed
- finalized glitter-reservation as a bundled Gnuboard7 module
- aligned module structure with bundled module conventions
- completed packaging layer without altering runtime behavior
- confirmed compatibility with copy-based installation into
modules/_bundled
Removed
- academy-specific student_grade from the portable bundle target
- dead listener, unused request, and unused enum components
- non-portable and destructive migration paths from the active install flow
Installation
-
Download
glitter-reservation-v0.2.0.zip -
Extract the archive
-
Copy
glitter-reservationinto:modules/_bundled/
-
Activate the module in the admin panel
Notes
- host projects must map layouts through template routes.json
- database migrations are located in
database/migrations - files in
database/migrations_excludedmust not be executed - notification integration is optional and handled externally
Important
- This release is designed for stable distribution and reuse
- The release asset zip is the only supported installation package
- GitHub "Source code (zip)" is not intended for installation