Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Resources Button Functionality and Resources Page #38

Open
wants to merge 18 commits into
base: f24
Choose a base branch
from

Conversation

rmmahmou
Copy link

@rmmahmou rmmahmou commented Oct 2, 2024

Implemented Resources Page:

Created a new controller (resources-button.js) to handle requests to the resources page.
Developed a corresponding view template (resources-button.tpl) to display the resources page content.
The resources page includes a section for useful links.
Files Changed:
src/controllers/resources-button.js
src/views/resources-button.tpl
Updated Routes:
Added a new route for the resources button functionality, ensuring that the resources page can be accessed via the defined path.
Files Changed:
src/routes/index.js (added route for /resources-button)
Controller Index Update:
Updated the controller index file to include the new resources button controller, allowing it to be properly referenced in the routes.
Files Changed:
src/controllers/index.js (added reference to resources-button)
Testing:
Verified that the resources button is visible and functional.
Accessed the resources page and confirmed that the content is rendering as expected.

@rmmahmou rmmahmou changed the title Implement Resources Button and Resources Page Implement Resources Button Functionality and Resources Page Oct 2, 2024
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.

1 participant