generated from CMU-313/NodeBB
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Edited repo to pass github actions for deployment #95
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge individual changes made in Project 1
Add "Questions & Answers" category & corresponding subcategories
Added refactored code from previous assignment to current repository
Imported tpl files from the commit linked in Slack by Prof. Hilton and added names to the README
- Refactor categorySearch module for improved readability and maintainability - Implement caching mechanism for category list - Add support for local categories - Optimize search performance with debounce - Improve dropdown visibility handling - Enhance error handling and user feedback - Update DOM manipulation for better performance - Add console logs for debugging purposes
Implemented "endorse" buttons for topics and replies on the front end
Refactored categorySearch.js
Reverting public/src/modules/categorySearch.js back to original
Add user guide
Changed backend code to allow users to edit their post after allotted time
3:1 error 'define' is not defined no-undef
Adding testing procedures to userguide.md
Implement Backend Feature for NodeBB Endorsement Button
Delete .github/workflows/f24_nodebb-d-buggers.yml per the setup guide from reci
Pull Request Test Coverage Report for Build 11471555578Details
💛 - Coveralls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I went through the repo and edited/removed the broken implementations from the previous part of the project in order to ensure that our implementation passes GitHub actions and is able to be deployed to Azure. This implementation passes all local lint and tests: