Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Customized Tags and Tags Explorer in Prompt History, Spaces, and Threads #66

Open
HumanistAtypik opened this issue Jan 15, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@HumanistAtypik
Copy link

HumanistAtypik commented Jan 15, 2025

Feature Description

I propose adding a tag explorer feature that will:

  • Allow users to filter and search their prompt history by tags.
  • Organize and navigate through all spaces and threads using tags.
  • Improve content discovery and management based on associated tags.

Use Case

  1. Prompt History Search:

    • Users can search for specific prompts in their history using #tags.
    • Filter past conversations to quickly find relevant discussions.
  2. Organization of Spaces and Threads:

    • Spaces and threads can be tagged for better organization.
    • Users can easily navigate between different spaces and threads based on tags.
  3. Content Discovery:

    • Facilitates discovering similar or relevant content based on tags.
    • Enhances user experience by providing a structured and organized view of content.

Technical Implementation

  1. Tagging System:

    • Add a feature allowing users to add tags to their prompts, spaces, and threads.
    • Use a database to store the associations of tags with the content.
  2. User Interface:

    • Create an interface to explore tags, allowing users to visualize all available tags.
    • Enable users to click on a tag to see all associated content.
  3. Search and Filtering:

    • Implement a search and filtering feature based on tags.
    • Provide advanced filtering options to refine searches by multiple tags.

Alternatives Considered

  1. Classic Textual Search:

    • Pros: Simple to implement, already familiar to users.
    • Cons: Less precise and does not allow structured organization of content.
  2. Manual Categorization:

    • Pros: Allows personalized organization.
    • Cons: More manual work for users, less flexible than tags.

Conclusion

Adding a tag explorer for prompt history and all spaces and threads would significantly improve content organization and management, providing a smoother and more intuitive user experience.

@HumanistAtypik HumanistAtypik added the enhancement New feature or request label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant