Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 690 Bytes

ToDo.md

File metadata and controls

29 lines (24 loc) · 690 Bytes

To Do

General

  • Parse given file

    • Extract all US's from file
      • Extract Title
      • Description
      • Checklists
      • Images
      • Remove all tags
  • Add Cards

    • Retrieve API credentials
    • Retrieve board
    • Retrieve lists
    • Retrieve labels
    • Create card
      • w/ title
      • w/ description
        • w/ integrated images
      • w/ checklists
      • w/ label

Optimisation

  • add labels based on .env specs
  • refactor output for better debugging and information
  • refactor code w/ PEP 8 style guide