codeforboston / codeforboston/docassemble-juvenilesealing

Remove `should_show_extra_info` etc. checks from top of flow code in juvenile-sealing-10.yml

Open
#36 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
JavaScript
Stars
9
Forks
6
PR merge metrics
No merged PRs in 30d

Description

The code to remove (once the next commit is pushed to master):

```
# THIS SHOULD BE REMOVABLE NOW
if ( not defined( 'should_show_extra_info' )):
should_show_extra_info = False
needs_dockets = False
if ('dockets' in url_args):
should_show_extra_info = True
if (url_args['dockets'] == 'needed'):
needs_dockets = True
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.