altonzheng / PHC

Project Homeless Connect SF Event App
MIT License
3 stars 5 forks source link

admin tools #84

Open jjwon0 opened 7 years ago

jjwon0 commented 7 years ago

this will be a little involved.

altonzheng commented 7 years ago

i think we shoud avoid adding a database if we can to keep the app simpler. It might be good enough just to have a hidden /admin endpoint with a separate admin password env var. Could keep current phc event and check in/out in env var as well (is that too technical for PHC?)

jjwon0 commented 7 years ago

i'll give it a shot to see if it's hard; agree that simpler is better, but i think in this case having no database makes PHC have to learn a little too much. another thing is the PHC_Event__c id isn't visible on the salesforce page, so we'd have to like build some tool to show PHC events and their corresponding id's which is kinda hacky.