Having to copy/paste content from dev to production is rather in-efficient.
By having the ability to enter a project and have it 'in-dev' would be useful - this means a URL can be sent around to internal folk but not appear in the filtered lists, group lists and all projects lists.
This should mean:
- draft is a boolean that can be used to hide a project (default should be true, to ensure that ONLY projects we specifically want to have displayed are)
- when a project is in draft we insert a robots.txt in the header of the document (similar to how playdoh does it) to try and ensure that search robots don't index it
- ensure that when the migration is run we don't hide everything (make sure that we have a data migration that sets every project to have public to set true)
Having to copy/paste content from dev to production is rather in-efficient.
By having the ability to enter a project and have it 'in-dev' would be useful - this means a URL can be sent around to internal folk but not appear in the filtered lists, group lists and all projects lists.
This should mean: