sjasthi / learnandhelp

Learn and Help: Learn programming and help different causes.
MIT License
0 stars 10 forks source link

(Keng) (Done) (FP5) (Enhancement) Support for "Admin Notes" #85

Open sjasthi opened 4 months ago

sjasthi commented 4 months ago

in the admin panel, add a new icon (action) called "Admin Notes". This is to note any admin specific notes (TODOs, links, etc.) related to the project.

Clicking this icon will open a form titled "Admin Notes"

with just one big text area showing the contents of admin_notes.txt file located in admin folder as "admin_notes.txt". This text area will be editable.

You can assume that this file is already there /admin/admin_notes.txt

Below the text area, there will be two buttons.

Update (takes the text from the textarea and updates the "admin_notes.txt"). The control goes back to "admin panel". Close (simply closes the form). The control goes back to "admin panel"