OverRaddit / ZettelGPT

Turbocharge Your Note-taking with AI Assistance
MIT License
19 stars 0 forks source link

Sample #1

Open OverRaddit opened 1 year ago

OverRaddit commented 1 year ago

Sample

ZettelGPT

ZettelGPTDemo

OverRaddit commented 1 year ago
gantt
    title ZettelGPT Functional Roadmap
    dateFormat  YYYY-MM-DD

    section Current Features
    Intuitive Interface      :done, id1, 2023-03-02, 2023-03-15
    Token Management         :done, id2, 2023-03-16, 2023-03-29
    Visualization            :done, id3, 2023-03-30, 2023-04-26

    section Planned Features
    Additional OpenAI Models :active, id4, 2023-04-27, 2023-05-27
    Real-time Chat Sharing   :        id5, after id4, 90d
    Language Support         :        id6, after id5, 30d
    Integration with 3rd-Party Services: id7, after id6, 14d
    AI-Powered Summarization :        id8, after id7, 14d
    Advanced Search & Filtering:      id9, after id8, 14d
    Multi-Platform Support   :        id10, after id9, 60d
OverRaddit commented 1 year ago

flowchart TB
    A["Intuitive Interface"] -->|Current Features| B["Additional OpenAI Models"]
    C["Token Management"] -->|Current Features| B
    D["Visualization"] -->|Current Features| B
    B -->|Planned Features| E["Real-time Chat Sharing"]
    B -->|Planned Features| F["Language Support"]
    B -->|Planned Features| G["Integration with 3rd-Party Services"]
    B -->|Planned Features| H["AI-Powered Summarization"]
    B -->|Planned Features| I["Advanced Search & Filtering"]
    B -->|Planned Features| J["Multi-Platform Support"]

    style A fill:#f9d900
    style B fill:#f9d900
    style C fill:#f9d900
    style D fill:#f9d900
    style E fill:#29e7cd
    style F fill:#29e7cd
    style G fill:#29e7cd
    style H fill:#29e7cd
    style I fill:#29e7cd
    style J fill:#29e7cd
OverRaddit commented 1 year ago
graph LR
    A[User enters preferences] --> B{Filter Database}
    B --> C[Brand(English)]
    B --> D[Fragrance Name(English)]
    B --> E[Sillage Rate]
    B --> F[Color]
    B --> G[Lasting Power]
    B --> H[Diffusion Power]
    B --> I[Season]
    B --> J[Gender]
    B --> K[Main Note-Top]
    B --> L[Main Note-Middle]
    B --> M[Main Note-Base]
    C --> N((Output))
    D --> N
    E --> N
    F --> N
    G --> N
    H --> N
    I --> N
    J --> N
    K --> N
    L --> N
    M --> N