Skip to content

Feedback#1

Open
github-classroom[bot] wants to merge 432 commits into
feedbackfrom
main
Open

Feedback#1
github-classroom[bot] wants to merge 432 commits into
feedbackfrom
main

Conversation

@github-classroom

@github-classroom github-classroom Bot commented Sep 16, 2025

Copy link
Copy Markdown
Contributor

👋! GitHub Classroom created this pull request as a place for your teacher to leave feedback on your work. It will update automatically. Don’t close or merge this pull request, unless you’re instructed to do so by your teacher.
In this pull request, your teacher can leave comments and feedback on your code. Click the Subscribe button to be notified if that happens.
Click the Files changed or Commits tab to see all of the changes pushed to the default branch since the assignment started. Your teacher can see this too.

Notes for teachers

Use this PR to leave feedback. Here are some tips:

  • Click the Files changed tab to see all of the changes pushed to the default branch since the assignment started. To leave comments on specific lines of code, put your cursor over a line of code and click the blue + (plus sign). To learn more about comments, read “Commenting on a pull request”.
  • Click the Commits tab to see the commits pushed to the default branch. Click a commit to see specific changes.
  • If you turned on autograding, then click the Checks tab to see the results.
  • This page is an overview. It shows commits, line comments, and general comments. You can leave a general comment below.
    For more information about this pull request, read “Leaving assignment feedback in GitHub”.

Subscribed: @JaviEst @JohannesSBA @saniyaab @shreyarana7 @Vgarghi @yfhe308

JohannesSBA and others added 30 commits October 23, 2025 18:05
…g instructions

- Renamed the Cypress test file from `event-detai.cy.ts` to `event-detail.cy.ts` for consistency.
- Added a new section in README.md detailing testing commands for Jest and Cypress to improve developer onboarding.
- Changed `NEXT_PUBLIC_MAPBOX_TOKEN` to `NEXT_PUBLIC_MAP_BOX_TOKEN` in README.md, frontend-README.md, and the map component to ensure consistency across the codebase.
- Removed an unnecessary space before the `npm cypress:open` command to ensure proper execution instructions.
- Introduced a new job for unit tests in the GitHub Actions CI workflow, including steps for checking out the repository, setting up Node.js, installing dependencies, and running tests.
- Updated the Header.test.tsx file to correct the framework-generated code percentage from 100% to 0% for accuracy.
…ion.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
The current documentation and process to run the full stack application
was not working due to a few missing pieces for both the containerized
and non-containerized versions. This commit fixes the documentation and
process to successfully run the full stack application locally.

The commit introduces a docker compose dev file which starts a frontend
and backend containers in the same network in order to allow the
frontend to reach the backend rest api.
feat: implement business logic for the categories GET endpoint
- Enhanced README with clearer descriptions for Cypress folder structure and testing commands.
- Added a logging task in Cypress configuration for better debugging.
- Updated TypeScript configuration to exclude Cypress-related files.
- Cleaned up mock files and test files to maintain consistency in AI-generated code comments.
feat: run full stack application locally with or without docker containers
chore: update package dependencies and add testing configuration
feat: add authentication to the event manager rest api
- Updated Jest configuration to include tests from the 'tests' directory.
- Modified Cypress TypeScript configuration to exclude unnecessary files.
- Integrated location encoding and decoding in event components for better location management.
- Improved event location display in various components, ensuring fallback options are clear.
- Refactored map token retrieval to support multiple environment variable formats.
Vgarghi and others added 30 commits December 1, 2025 20:22
…datetime

Implementation to prevent RSVP for past events
Add all iteration 3 documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants