This repository has been archived by the owner on Jan 7, 2019. It is now read-only.
forked from mindware/prgov_cap_webapp
-
Notifications
You must be signed in to change notification settings - Fork 4
/
TODO.txt
37 lines (34 loc) · 1.71 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Project: WebApp
===============
+Tasks
------
Pending:
1. Add PR.Gov default 400s and 500s error pages. Do not show the sinatra error page for unknown resources.
2. Add CSRF protection to forms.
3. Idea: survey monkey al final del envio del certificado al terminar el proceso.
Done:
1. Añadir seguridad para detectar ataques a las sesiones mediante concurrent requests.
2. Remove boostrapValidator - has bugs and internationalization is needed while errors are hardcoded in spanish on it
3. Google Analytics
4. UI: Certificate Validation form input form
5. UI: Certificate Validation form output loading page AJAX
6. UI: Certificate Validation results page
7. Web Backend Validation against the GMQ
8. Email Validation - save email and mail / validate if already confirmed / provide mechanism for validating
9. Update ENV Redis variables to point to HAProxy on production.
10. update email_sent to check if a long time has transcurred since last email to resend
11. Performs postman tests against backend validation especially email
12. Check length of data from user input before storing it in session. Set a limit to something like 255 characters.
13. update passport validation to validate numbers and integers
14. make sure sessions are being destroyed after a while.
15. dont expire form link until the person finishes the form - then expire it completely - make it unaccessible
16. Dont require accepting terms when filing the form
17. Language Selection Support in Form
18. Send data to GMQ and process errors, messages
19. UI errors for validation
20. Server Side Validations
21. Update recaptcha for pr.gov domain at publication time.
22. Form Data in Session
23. Actualizar advertencias
---
Auto-generated using: github.com/mindware/todo