Greetings,
Due to some reasons i might need to start a web project for a small CRM and i wanted to know if the web side of XOJO is mature enough and can be used to create the web project or not ?
Heavy users side, any feedback ? i will have max 30 users on the CRM .
I should be able to handle files, which means i supposed to be able to upload, download files, and most important preview documents, most of them in 70 % of the case are PDF and rest are other like word or excel, which eventually will be migrated to digital format so Data in DB, and some most probably PNG files.
On what extent this can be achieved in the current version of XOJO ? are there any examples for PDF Preview of documents other than created by xojo ? and for the pngs, i assume that for Word and other extensions i will need to ask the user to download it if needed and re-upload it if need to update it.
Login part, i will need to comply with some rules like 2fa and some login limits like 1 hour lock after inactivity, is there any way to handle this safely ? i assume that all the code is used in Session side and for session keeping i could use cookies .
Most important, Users start to do something on the page and they don’t save, what would be the best way to safely store this and bring it back to the user for validation. In some cases they need either a confirmation or some changes or approvals.
Being a CRM with multi users i would need if the record is edited by 1 user maybe to keep it for a certain period in read only then if the time exceeds to release the record and allow editing.
What would be the best practice here.
Are there any available crypto libraries on Web ? i would need for some documents to be able to encrypt them and decrypt them only for certain users.
Thanks in advance .
2 posts - 2 participants