Confirmed users
1,136
edits
m (→Web App Code: clarifying non-essential features) |
|||
Line 178: | Line 178: | ||
A basic starting point is to use [https://github.com/mozilla/playdoh Playdoh]. | A basic starting point is to use [https://github.com/mozilla/playdoh Playdoh]. | ||
Web dev will not support a project made up of multiple random codebases with multiple authentication flows. Example: Wordpress + Tiki-Wiki + Plone. When in doubt, integrate 3rd party services for non-essential features. | Web dev will not support a project made up of multiple random codebases with multiple authentication flows. Example: Wordpress + Tiki-Wiki + Plone. When in doubt, integrate 3rd party services for non-essential features;Do not spin up a new instance of an existing 3rd party product for non-essential features without consulting webdev and operations. | ||
Web dev/Operations will not support arbitrary servers (Couchdb, Cassandra, something you wrote in Fortran 4)... without being consulted first. | Web dev/Operations will not support arbitrary servers (Couchdb, Cassandra, something you wrote in Fortran 4)... without being consulted first. |