ATS Template
Live server set up
- Automate the process to give read/write access to the public/administration
- sudo chmod -R 775 /var/www/html/stephennurse/public/administration/Attachments/
- sudo chown -R www-data:www-data /var/www/html/stephennurse/public/administration/Attachments/
- Write a batch file that will copy the Map-Icon and Language-Icon files, to all the projects (or have them uploaded in the git process)
CMS Copy/Format
- I have placeholder field in all the CMS_Copy records called CMS_Format. It includes the different tricks to format the page (Accordian etc).
- Can you wire them up and make them work so we can have a different formatted page?
Security
- Email verification for New users
Roles entity
- Create a ranking of roles
- See if you can mimic the heirachy.
- ie Create a list of other roles that are granted by association.
User-roles
- Consider how to handle the nesting (ie heirachy)
- Should you save the other roles upon exit?