WaldorfConnect / portal

Central authentication and management platform - guidepost to all our services!
https://portal.waldorfconnect.de
MIT License
2 stars 0 forks source link

Add image upload to school and group edit #35

Closed linusgke closed 11 months ago

linusgke commented 11 months ago

CodeIgniter 4 Documentation: Working with Uploaded Files

lchristmann commented 11 months ago

@linusgke How about adding image upload to school/group create view? We could

  1. first save the text data to the database
  2. take the $id (from the database) that the saveSchool/saveGroup function returns
  3. and with that store the image file under the right path
linusgke commented 11 months ago

Would be great!! It should be optional though.

lchristmann commented 11 months ago

In this issue the limitation of only having .png files ist kept. Support for various image formats will be implemented in #39 "Support various image formats for schools and groups"