EduPapersKe / EduPapersAPI

This RESTful API, crafted with Django, functions as the project's backend infrastructure.
https://edupapers.org
Apache License 2.0
4 stars 0 forks source link

Development #58

Closed bedah-kym closed 4 months ago

bedah-kym commented 4 months ago

comment limit feature to make sure the comment section isnt clogged with comments arising from users chatting in the comment section. its a method that can be called when needed in the view the number of comments allowed per user can be changed its currently set to 1

mwangi-brian commented 4 months ago

That is a nice implementation to have. Note that we will merge what is in development only if it works in the development server that we have hosted already.

mwangi-brian commented 4 months ago

That means changing the target to the development. Could you look into allowing them to add at least two comments? This could help with clarifying stuff or closing discussions.

bedah-kym commented 4 months ago

ill make it 10 so its enough to have a short discussion but not too long to clog the service later we might think of adding a chatroom if the users find it necessary.