A feedback modal that is able to return meaningful results from aggregating data of BC Gov website users experiences.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Capstone 2026 project is a feedback modal that is resuable enough to be incorporated into many BC Government pages to recieve user feedback after completing a transaction. Our stretch goal included adding a dashboard feature for seeing compiled and meaningful data.
In the root folder copy .env.template and rename .env then add the database password to var DATABASE_URL.
Run docker compose up and Compose will start and run your entire app.
Docker compose up
In the backend folder, migrate the schema to be up to date with database
npx prisma migrate reset
for windows use - npx.cmd prisma migrate reset
### Prerequisites
How to install what you need
* npm
```sh
npm install npm@latest -g
-
Clone the repo
git clone https://github.com/bcgov/Capstone-2026.git
-
Create a .env file in the project root:
DATABASE_URL=postgresql://postgres:default@database:5432/postgres
-
Start Docker Desktop.
-
Build and start the containers
docker compose up --build
-
Access the application:
Frontend: http://localhost:5173
Backend API: http://localhost:3000
This project is intended to be an interactable modal that pops up when user completes a transaction on a BC gov website. The user should be able to engage or decline with the pop up
When the feedback form opens the user is met with a variety of questions that are pulled from the database. Our project was built to be reusable and as such admins may change questions from our dashboard interface
Once user fills in the form they are free to submit or cancel
And a message should inform the user if their action was successful or not as well as give them an ID attatched to their form!
**Add dashboard interface when completed
_For more examples, please refer to the Documentation
- A button that opens a modal asking user to engage in feedback
- A feedback form that opens and pulls questions from the database
- A confirmation or error message depending on the success or failure of the feedback.
- [] A dashboard for admin or product owners to modify questions or view aggregated data.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the project_license. See LICENSE.txt for more information.
Ebba de Groot - degrootebba@gmail.com
Tey Cheng - pagnavathtey@gmail.com - (LinkedIn) https://www.linkedin.com/in/pagnavathtey-cheng-2858452b0
Maia Grisch - maiagrisch@outlook.com
Project Link: https://github.com/bcgov/Capstone-2026
- Thank you to namecheap.com for the amazing free logo https://www.namecheap.com/




