Skip to content

Commit

Permalink
Merge pull request #474 from SuffolkLITLab/development_roadmap
Browse files Browse the repository at this point in the history
Add the development roadmap page
  • Loading branch information
samglover authored Oct 25, 2024
2 parents 48c0b89 + 6530f2f commit 34cc383
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
50 changes: 50 additions & 0 deletions docs/get_started/development_roadmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
id: development_roadmap
title: Development Roadmap for the Document Assembly Line
sidebar_label: Development Roadmap
slug: /get_started/development_roadmap
---

The Document Assembly Line is under continuous development. Our goal with this roadmap is to share our plans and priorities for the Document Assembly Line with the community.

## Current priorities

### Grant-funded deliverables

In partnership with Legal Services Vermont, funded by a Technology Initiative Grant from the Legal Services Corporation, the LIT Lab is working on the following:

* Managing Docassemble hosting for at least three jurisdictions, including Vermont, by January 2025
* Creating a flexible, general-purpose e-filing tool that allows e-filing documents prepared outside of Docassemble interviews, by September 2025
* Expanding e-filing beyond Massachusetts and Illinois to new jurisdictions, including Vermont, by September 2025
* Supporting our existing e-filing code and staying current with third-party changes. Planned updates include:
* ECF 5 compliance
* Making it possible to separate e-filing configuration code from Docassemble interview code

### Additional priorities

* Creating an ongoing process for shaping this development roadmap with input from the community, funding partners, etc.
* Updating this documentation website to better serve Document Assembly Line users and the project's needs
* Ongoing outreach to courts and legal aid organizations

## Long-term goals

Our ambitious, long-term goals for the Document Assembly Line are:

* Establish a national document assembly and e-filing infrastructure for courts and legal-aid organizations
* Foster a community of courts and legal aid organizations building access-to-justice tools using the Document Assembly Line

## Releases

Versions and release notes can be found in the Document Assembly Line GitHub repositories:

* [AssemblyLine](https://github.com/SuffolkLITLab/docassemble-AssemblyLine/releases)
* [courtformsonline.org](https://github.com/SuffolkLITLab/courtformsonline.org/pulls?q=is%3Apr) (no formal releases)
* [ALWeaver](https://github.com/SuffolkLITLab/docassemble-ALWeaver/releases)
* [ALToolbox](https://github.com/SuffolkLITLab/docassemble-ALToolbox/releases)
* [ALRecipes](https://github.com/SuffolkLITLab/docassemble-ALRecipes/pulls?q=is%3Apr) (no formal releases)
* [PovertyScale](https://github.com/SuffolkLITLab/docassemble-PovertyScale/releases)
* [GitHubFeedbackForm](https://github.com/SuffolkLITLab/docassemble-GithubFeedbackForm/releases)
* [ALDashboard](https://github.com/SuffolkLITLab/docassemble-ALDashboard/releases)
* [InterviewStats](https://github.com/SuffolkLITLab/docassemble-InterviewStats/releases)
* [EFSPIntegration](https://github.com/SuffolkLITLab/docassemble-EFSPIntegration/releases)
* [EFileProxyServer](https://github.com/SuffolkLITLab/EfileProxyServer/releases)
3 changes: 2 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ module.exports = {
collapsed: false,
},
'get_started/resources',
'get_started/development_roadmap',
'contributors',
{
type: 'category',
label: 'Archived Pages',
items: [
'archive/bootcamp',
],
},
}
],
docs: [
'overview',
Expand Down

0 comments on commit 34cc383

Please sign in to comment.