Proposal:
Convert the landscape app to generate a static website (client-side scripting only). Currently, the app has an API call for filtering the cards shown on the landscape. The API generates a JSON list of objects that is used by the client-side scripts to update what is shown. If this API call is converted to a client-side function, it would make the landscape a static website. (I don't see any other API calls other than the filtering).
Justification:
Static websites are easier to serve using basic web servers (e.g. http-server) and reduce possible attack vectors by eliminating code running on the server. Some organizations require static websites.
Proposal:
Convert the landscape app to generate a static website (client-side scripting only). Currently, the app has an API call for filtering the cards shown on the landscape. The API generates a JSON list of objects that is used by the client-side scripts to update what is shown. If this API call is converted to a client-side function, it would make the landscape a static website. (I don't see any other API calls other than the filtering).
Justification:
Static websites are easier to serve using basic web servers (e.g. http-server) and reduce possible attack vectors by eliminating code running on the server. Some organizations require static websites.