Skip to content

Commit

Permalink
added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bobofishbo committed Feb 27, 2025
1 parent 458de1f commit c429bcf
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,16 @@ To test backend:
**We added a test case in `test/topics.js` (line starting from 271)**

**Why we believe this works:**
Anonymous reply only required one extra backend parameter (**handle == 1**), and we tested exactly for that condition.
Anonymous reply only required one extra backend parameter (**handle == 1**), and we tested exactly for that condition.



## Feature 3: Polling feature through composer-custom
To test changes, one must un-link from the default composer and switch to the custom composer. Changes would include

1. src/meta/build.js: switch 2 instances of composer-default to composer-custom
2. src/install.js: switch 1 instance of composer-default to composer-custom
3. switch package.json line with composer-default to "nodebb-plugin-composer-custom": "file:nodebb-plugin-composer-custom",

[**This video shows how to use this feature!**]
https://github.com/CMU-313/nodebb-s25-information-swimmers/pull/38#issuecomment-2686761033

0 comments on commit c429bcf

Please sign in to comment.