Pengin-Open-Source / pengin-pi

PENGIN PI! A CRM with the back bone of a feature light ERP system. Utilitarian in design, easy to extend, customize, and deploy. Made by a community, supported by Tobu Pengin.
GNU General Public License v3.0
9 stars 1 forks source link

[FEATURE] CRUD Events (Add secure forms with Flask-WTF) #443

Open franfif opened 5 months ago

franfif commented 5 months ago

Explanation Add CRUD operations for calendar events. Create already exists but is not secure, as the user input is only trimmed. Need to add and use Flask-WTF library in the project. Place all forms in app/forms/<section> folder.

Outline This is part of #364 for Beta 1.2.