recordexpungPDX icon indicating copy to clipboard operation
recordexpungPDX copied to clipboard

A project to automate the expungement of qualifying criminal records in Oregon. This project is done in conjunction with Qiu-Qiu Law.

Results 30 recordexpungPDX issues
Sort by recently updated
recently updated
newest added

We talked about a feature to enable you to select which charges you want to generate paperwork for. The assumption being that sometimes clients may not want to file all...

frontend
backend
Priority: Medium
form filling

Trying to bring more clarity when there is an open case(s). Michael confirmed we can refer to charges as eligible as well even though it's technically the case that is...

backend
Complexity: 3
expunger

I'm thinking a ping every 3 hours should strike the balance between providing meaningful information and not being a DOS.

devops

This may involve documenting how to install [pre-commit](https://pre-commit.com/).

devops

See https://github.com/codeforpdx/recordexpungPDX/blob/master/doc/design.md#data-model

backend
documentation

We currently run analysis anyway that "may be inaccurate" because it ignores the open case. Once we're able to change case status with completing issue #1079 , we can make...

not ready yet
Complexity: 2
expunger

We are currently creating error related logic on a case by case basis. It would be helpful to have one way to handle errors. ### This task is done when:...

refactor
design
frontend

## Description Currently logs are generated when there is an issue. We are notified by the client when an error occurs to check the logs. It would be best to...

backend