local_issues_lib 0.14.2

the lib provide feature that local issue (like a github)
Documentation
local_issues_lib-0.14.2 has been yanked.

local issues lib

There is a high possibility that many breaking changes will occur before reaching version 1.0.

notes

tasks here

Local Issues Lib

this lib provides feature that manage issues like a "github issue".

Config

save to home_dir/.local_issues/config.json.

details info is in here

RoadMap

v1 ~

  • basic feats
  • Users and author for AI functions to be implemented in the future
  • feat: Config

v2 ~

  • feat: save to md file.
  • feat: AI team member by Users.
  • feat: Tags
  • feat: display_options mod (Previously Printer struct).

Project Structure

maybe, this info is old...

  • Project
    • name: String
    • issues: HashMap<u64, Issue>
      • Issue
        • name: String
        • messages: Vec<Message>
          • Message
            • message: String
            • show: bool
            • created_at: DateTime<Local>
        • status
          • Open
          • Closed
            • Resolved
            • UnResolved
        • created_at: DateTime<Local>
        • updated_at: DateTime<Local>
        • due_date: DateTime<Local>
    • created_at: DateTime<Local>
    • updated_at: DateTime<Local>
    • project_path: PathBuf
    • storage_path: PathBuf
    • db_path: PathBuf