CMU-17313Q / fall23-nodebb-just-relax

fall23-nodebb-just-relax created by GitHub Classroom
GNU General Public License v3.0
0 stars 2 forks source link

Privacy Back-End Implementation Complete #32

Closed Maria-Aidarus closed 1 year ago

Maria-Aidarus commented 1 year ago

Resolves #14 I added a feature to mark posts as private by adding an attribute to each post, utilizing these files: _src/posts/create.js, src/types/topic.ts, nodemodules/nodebb-plugin-composer-default/static/lib/composer.js, and test/api.js. I also removed the static folder from gitignore to push all of the changes, and removed nodebb-plugin-composer-default line frompackage.json. I did this in order for my changes to be reflected in the repo.