Skip to content
Annnnnieee edited this page Apr 1, 2020 · 16 revisions

Welcome to the pacific-legal-lsat wiki!


This documentation is all about the pacific-legal-lsat project. It gives both a general overview of this project and detailed code design. Here are what you can find in this documentation:


  1. Explaining the background of this project, what this project does and how it works in general.


  2. Describing the technology stack used by this project, introducing how to set up, run and deploy it.


  3. Describing the software design pattern we followed, the data structure of the survey and some main decisions made in development.


  4. Giving instructions to help you make a survey or extend the exist survey. Like how to add a new message or a new sub-module.


  5. Listing a few Survey Mechanics Examples


  6. Describing detailed data structure design used in the project. Including explanation of properties and methods in each class and interface.


  7. Describing detailed structure of each react components - what does it do, how it works...


  8. Listing limitations and grievances of the current version.


  9. Some suggestions on the possible future expansion and development directions are discussed