WeAreSnook / human-services

Extensions proposed by the English Local Government Association (LGA) and the local government OpenCommunity project to the OpenReferral standard for human services data. Schema generator code is given to express the schema in various formats. Data conversion routines to make it conform to the standard. API that serves the data in a format compliant with the standard.
0 stars 1 forks source link

URL Rewriting in the front end #61

Open PorismDominicSkinner opened 3 years ago

PorismDominicSkinner commented 3 years ago

We have agreed that we are using one "template" in the interface so we need to be able to rewrite a URL so that it still goes to the correct location.

For instance: https://www.example.com/aboutus

Would still go to same the App.js code but would call the aboutus content from the Strapi API. If there is no specified content it will need to default to the landing page.

yemijaiyeola commented 3 years ago

Get update on this. Are we done?

PorismDominicSkinner commented 3 years ago

I think that is part of issue 67, which you were working on. The specfic bit about defaulting to the home url was done.