Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.08 KB

File metadata and controls

28 lines (18 loc) · 1.08 KB

Markdown cheat sheet

You can also just look at the above line's code to see how to link stuff :D

Bug Fixes

  • Advanced Search: Fix the UI bug if checkbox label inputs are too long.

Feature Requests (Major)

  • Data Protection: Think more about HIPAA.
  • UI: Create responsive UI.

Feature Requests (Minor)

  • Advanced Search: Allow naming of categories.
  • Advanced Search: Add feature to choose web browser.
  • Advanced Search: Add incognito mode.
  • Advanced Search: Center align checkboxes.
  • Advanced Search: Add ability to wrap search queries too long for output.

Code Improvements (Less critical, just do these if I happen to be working with this code again)

  • Refactoring: If working with a feature not Advanced Search, refactor to use layout_items.py.
  • Refactoring: If reusing create_category_frame, consider making this its own class.
  • Refactoring: In Advanced Search, improve method of using column and row numbers.
  • Miscellaneous: Figure out why my Git commands are slow. (Package fuckery?)