nonprofittechy / docassemble-ssareportchangesletter

An interview to help an SSI or SSDI recipient report changes to the Social Security Administration
MIT License
1 stars 2 forks source link

Add courtformsonline.org metadata #32

Open samglover opened 1 month ago

samglover commented 1 month ago

Metadata template:

metadata:
  title: |
    209A Domestic Violence Restraining Order
  short title: |
    209A Restraining Order
  description: |
    This interview helps you …
  can_I_use_this_form: |
    This interview is the right one to use if …
  before_you_start: |
    You will need … before you start this interview.
  maturity: production
  estimated_completion_minutes: 60
  estimated_completion_delta: 30
  languages:
    - en
  help_page_url: https://www.masslegalhelp.org/domestic-abuse-crime-victims/209a-restraining-orders
  help_page_title: 209A Restraining Orders
  LIST_topics: # Use LIST code: https://taxonomy.legal/
    - FA-07-00-00-00
  # tags: # Use if LIST_topics is not populated
    - FA-07-00-00-00
  jurisdiction: NAM-US-US+MA # LMSS location code: https://lmss.io/SALI-locations
  original_form: https://www.mass.gov/lists/restraining-orderabuse-prevention-order-court-forms
  original_form_published_on: 2020-04-23
  review_date: 2024-01-01
  form_titles:
    - Form 1
    - Form 2
    - Form 3
  form_numbers: # Not all forms have numbers
    - 00-001
    - 00-002
    - 00-003
  fees:
    - Filing fee: 0.00
  update_notes: |
    Reviewed in 2024 and found no form or law changes that require updates.
samglover commented 1 month ago

This interview also shows up twice on the old and new CFO websites. Here is the relevant portion of the JSON file from the old CFO website:

{
      "filename": "docassemble.ssareportchangesletter:data/questions/ssa_report_of_dedicated_account.yml",
      "link": "/start/ssadedicatedaccount/",
      "metadata": {
        "_origin_package": "docassemble.ssareportchangesletter",
        "_origin_path": "docassemble.ssareportchangesletter:data/questions/ssa_report_of_dedicated_account.yml",
        "short title": "Dedicated Account Ledger",
        "title": "Report of benefits and Dedicated Account"
      },
      "package": "docassemble.ssareportchangesletter",
      "status_class": null,
      "subtitle": null,
      "subtitle_class": null,
      "tags": [],
      "title": "Report of benefits and Dedicated Account"
    },
    {
      "filename": "docassemble.ssareportchangesletter:data/questions/ssa_report_change.yml",
      "link": "/start/ssareportchangesletter/",
      "metadata": {
        "_origin_package": "docassemble.ssareportchangesletter",
        "_origin_path": "docassemble.ssareportchangesletter:data/questions/ssa_report_change.yml",
        "authors": [
          {
            "name": "Quinten Steenhuis",
            "organization": "Volunteer Lawyer's Project of the Boston Bar Association"
          }
        ],
        "description": "This interview produces a letter for the Social Security Administration\nthat explains any changes that might affect your benefits.\n",
        "revision_date": "Sat, 18 Dec 2021 00:00:00 GMT",
        "short title": "SSA Report Changes\n",
        "title": "Report changes to Social Security\n"
      },
      "package": "docassemble.ssareportchangesletter",
      "status_class": null,
      "subtitle": null,
      "subtitle_class": null,
      "tags": [],
      "title": "Report changes to Social Security"
    },