HexeCalibre / NCBacoor

https://nc-bacoor.vercel.app
0 stars 0 forks source link

Other button feature #5

Open HexeCalibre opened 9 months ago

HexeCalibre commented 9 months ago

Welcome to Your First GitHub Contribution! πŸŽ‰

Congratulations on taking your first step to contribute and collaborate on GitHub! This task will guide you through the process.

Task: Encapsulate "Cancellation," "BMBE," "Certification," and "Upgrading" into One Button

Instructions:

  1. Objective: Create a single button named "Other Services" that encapsulates the functionalities of "Cancellation," "Certification," and "Upgrading."

  2. Branching: Create a new branch for your work:

    git checkout feature

    Code Changes: Modify the necessary files to encapsulate the mentioned functionalities under the "Other Services" button.

Commit Changes: Commit your changes with a meaningful message:

git add .
git commit -m "Encapsulate Cancellation, Certification, and Upgrading into 'Other Services' button"
  1. Push to Feature Branch: Push your changes to the feature branch on GitHub:
git push origin feature
  1. Create Pull Request: Open a pull request on GitHub:

β€’ Go to the repository on GitHub.

β€’ Switch to the newly pushed branch.

β€’ Click on "New pull request."

  1. Code Review: Await code review and address feedback if necessary.

  2. Merge Pull Request: Once approved, the pull request will be merged.

Feedback and Assistance 🀝

If you have any questions or need assistance, feel free to:

β€’ Open an issue. β€’ Mention someone for help using the "@" symbol (e.g., @username). Happy coding! πŸš€

deyybid commented 9 months ago

Documentation Update

Changes Made:

Details:

I encapsulated the sections for cancellation, certification, and upgrade in the Services Documentation. This makes it easier to navigate and maintain these sections individually.

Additionally, I created a new file named OtherService.html to serve as the landing page for these three content sections. This provides a clear separation of concerns and improves the organization of the project structure.

Lastly, I removed the comments that were deemed redundant after encapsulating the sections. Removing redundant comments helps to keep the codebase clean and concise.

Please refer to the updated Services Documentation and OtherService.html for the latest changes and improvements.

If you have any questions or need further clarification, feel free to reach out.

GitHub Pull Request Link

HexeCalibre commented 9 months ago

Documentation Update

Changes Made:

  • Encapsulated the sections for cancellation, certification, and upgrade.
  • Created a new file named OtherService.html for the landing page of these three content sections.
  • Removed redundant comments.

Details:

I encapsulated the sections for cancellation, certification, and upgrade in the Services Documentation. This makes it easier to navigate and maintain these sections individually.

Additionally, I created a new file named OtherService.html to serve as the landing page for these three content sections. This provides a clear separation of concerns and improves the organization of the project structure.

Lastly, I removed the comments that were deemed redundant after encapsulating the sections. Removing redundant comments helps to keep the codebase clean and concise.

Please refer to the updated Services Documentation and OtherService.html for the latest changes and improvements.

If you have any questions or need further clarification, feel free to reach out.

GitHub Pull Request Link

image

Good Job πŸŽ‰

You've managed to encapsulate some features into one page. However, one thing is missing, there's no BMBE button on the other services screen. can you do that?

please refer to this πŸ‘‰ #5