SuffolkLITLab / courtformsonline.org

Code for courtformsonline.org index of guided interviews. This replaces the "massaccess" repo
https://courtformsonline.org
MIT License
2 stars 0 forks source link

18 new jurisdictions via config #30

Closed jtmst closed 3 months ago

jtmst commented 3 months ago

https://github.com/SuffolkLITLab/courtformsonline.org/issues/18

Adds ability to add jurisdictions by modifying the formsources.config file.

Changes:

Testing

Build output log:

image

Greater boston cards at /gb:

image

Placeholder component for topics at new route:

image

Note: Also some changes to images in an effort to get them working on Pages. I dont have a way to test pages deployment locally so there may be some trial and error figuring out what the issue is there

jtmst commented 3 months ago

I like these changes--looking good! Just two notes: consistency of the meaning of "jurisdiction" and double-checking that we can combine multiple servers into one "path", made inline.

I've modified the config that that we can assign multiple servers to a path. I included /gb/ as a path for demonstration purposes, but i will delete that from the config before we go live. Adding new paths should be as simple as declaring in that config, and assigning it servers as they are added to the sources config.

I've also added in the necessary data to track the source server for an interview so that the link path aligns with its source.

Also changed misusage of 'jurisdiction' to 'path' for clarity