Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenRecords v3.1.0 #490

Merged
merged 49 commits into from
Mar 21, 2019
Merged

OpenRecords v3.1.0 #490

merged 49 commits into from
Mar 21, 2019

Conversation

joelbcastillo
Copy link
Collaborator

No description provided.

zgary and others added 30 commits February 28, 2019 12:09
* develop:
  Codacy fixes for camelCase vars in javascript
  Update to requirements
  CSV only inclues requests belonging to that user's agency
  Fixed spinner bug with responses and histroy
  Fixed responses loading bug:
  Changed block ui colors
* develop:
  Added eval bool check to reasons populate function
  Cleanup email_closing_handler
  Adds has_appeals_language to reasons.csv
  Adds check for appeals language for reasons in closing and denial
  Added has_appeals_langauge to reasons table
Feature/OP-1470: Updated FAQ language for date calculations
zgary and others added 19 commits March 19, 2019 13:48
Feature/OP-1587: Generate Acknowledgment Report
* develop:
  Added tablib to requirements
  PR changes
  Updated FAQ langauge for date calculations
  Update with codacy fixes and turn on celery
  Working implementation of form with reduced database load
  Rewrite query to reduce DB load
  Add  all opened requests data in report
  Removed new line
  Turned user agencies into a hidden select instead of input
  Added N/A for requests that have no date closed
  Add messaging about redacted requests in search results
  Backend validation WIP
  Working generate_acknowledgment_report celery task with email
  Working acknowlegment report csv on form submission
  Acknowledgment report functionality WIP
  Frontend for Agency Reports WIP
  FOIL acknowledgment status report WIP
Feature/OP-1527: FDNY Custom Forms
Hotfix/v3.0.1

Co-authored-by: Gary Zhou <garyzhouny@gmail.com>
Copy link

@accesslint accesslint bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are accessibility issues in these changes.

@@ -8,7 +8,7 @@
<p>{{ help_text }}</p>
{% endif %}
{% for option in options %}
<input class="custom-request-form-data" type="radio" id="{{ field_name }}-{{ instance_id }}" name="{{ field_name }}-{{ instance_id }}" value="{{ option }}" style="display: inline;"/>&nbsp;{{ option }}<br>
<input class="custom-request-form-data" type="radio" id="{{ field_name }}-{{ instance_id }}" name="{{ field_name }}-{{ instance_id }}" value="{{ option }}" style="display: inline;" {% if field_required %}data-parsley-required{% endif %}/>&nbsp;{{ option }}<br>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like there's a label missing for this input. That makes it hard for people using screen readers or voice control to use the input. If you don't want a visual label, try an aria-label attribute.

@zgary zgary merged commit 0c9cc90 into master Mar 21, 2019
@joelbcastillo
Copy link
Collaborator Author

This pull request fixes 6 alerts when merging 370fb1f into 5e26b4d - view on LGTM.com

fixed alerts:

  • 3 for Unused local variable
  • 3 for Unused import

Comment posted by LGTM.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants