IEEE-RVCE / GateKeeper

Hierarchical document review system
https://gate.ieee-rvce.org
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Added more features #32

Closed SundarakrishnanN closed 4 months ago

SundarakrishnanN commented 4 months ago

Removed unnecessary comments(except in spring security which will be enabled after testing). Still haven't changed to authenticated principal to fetch user data. Needs to be done request form controller- for post mapping and also for approval/rejection apis. A mailing system is pending. Output needs to shrink while displaying.(Specifically the BLOB). Getting size limit error on a few apis on postman. A slight change has been done to the user db to store their pending, approved and rejected requests.

SundarakrishnanN commented 4 months ago

Also we need to add a step of verification in the post request to accept/reject, though it will be done on front end,ig its better to add that step once we use authenticated principal to fetch user data.