Skip to content

Latest commit

 

History

History
51 lines (48 loc) · 1.12 KB

TODO.md

File metadata and controls

51 lines (48 loc) · 1.12 KB

TODO

API

  • Others
    • Hyperlink the API
    • Use ViewSets
  • User
    • Avatar
    • History
    • Login/Logout
    • List
    • Create (Special case)
    • Retrieve
    • Update (email)
    • Delete (Account deactivation)
  • Dataset
    • Attr for extension(header, index etc)
    • Add About
    • Add License
    • Tagging system
    • List by User (Without Tags)
    • List by Name (Without Tags)
    • List
    • Create
    • Retrieve
    • Update
    • Delete
    • Serve File by ID
    • Serve File by Filename
  • Rating
    • List by User-Dataset
    • Create
    • Retrieve
    • Update
    • Delete
  • Feed
    • Discover (10 Best Rated Datasets)
  • Data Processing
    • Bokeh dont accept numerical header names
    • Possibility of change of extension in Personal
    • User-based correction system
    • Select multiple Datasets and execute commands
    • Return the data/graphic

Tests

  • User
  • Dataset
  • Rating
  • Feed
  • Data Processing