issues
search
Scales-Nature-Park
/
start-native-app
MERN based full stack data entry mobile application and admin desktop application for the START project.
MIT License
1
stars
1
forks
source link
Entry Fix & DB image storage
#20
Closed
mbahgatTech
closed
2 years ago
mbahgatTech
commented
2 years ago
Changes
Fixed #16 by making a copy of each object in the initial fields list.
Implemented #1 enhancement.
Store images physically on the database, encoded in binary.
Store a backup for the images on the server as jpg file.
Images >15 Mbs won't be stored on the database to avoid exceeding the 16 MB document limit.
Changes