Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.04 KB

TODO.md

File metadata and controls

33 lines (27 loc) · 1.04 KB

Todo List

Todo

  • Prepare the demo environment
  • Add new classification algorithms
  • Implement automatic crawler
  • Implement automatic categorizer
  • Add badges to README
    • Code Quality: [Scrutinizer CI]
    • Build Status: [Travis CI]
    • Go Cover: [Go Cover]
    • Go Report: [Go Report Card]
    • Go Doc: [GoDoc]

In Progress

  • Extract dataset for classification model

Done ✓

  • Implement authentication service
  • Implement API service
  • Implement crawler service
  • Implement categorizer service
  • Implement categorization service
  • Add code documentation (gomarkdoc)
  • Add API documentation (swagger, user guide)
  • Implement role (admin) based operations
  • Secure communication between API and services
  • Integrate Docker and Kubernetes
  • Add contributing, changelog, version, and security docs
  • Add build scripts