You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several applications require a support page to display helpful information to users. This information can range from simple list-based textual frequently asked questions (FAQ) information, more sophisticated searchable text entries including tags, and visual information such as images and videos to a chatbot-like interface powered by large language models (LLMs).
Problem
The current user interfaces for these solutions are custom build and can benefit from reusable components that make the following functionalities possible:
Simple list-based textual frequently asked questions (FAQ) information
Sophisticated searchable text entries, including tags
Embedded visual information such as images and videos
Chat-bot like interface powered by a large language models (LLMs)
Solution
The Spezi Support module should provide easy-to-use and reusable targets that offer user interface components that allow app developers to build these types of interfaces and include sophisticated interactions, including searching by tags and a chat-based interface that allows users to ask questions to an LLM-based chatbot interface.
Additional context
Please use this issue as a discussion point for more concrete ideas about the structure of the Swift package, its focus and aim, and some first ideas around API design and user interface mockups.
Code of Conduct
I agree to follow this project's Code of Conduct and Contributing Guidelines
The text was updated successfully, but these errors were encountered:
Use Case
Several applications require a support page to display helpful information to users. This information can range from simple list-based textual frequently asked questions (FAQ) information, more sophisticated searchable text entries including tags, and visual information such as images and videos to a chatbot-like interface powered by large language models (LLMs).
Problem
The current user interfaces for these solutions are custom build and can benefit from reusable components that make the following functionalities possible:
Solution
The Spezi Support module should provide easy-to-use and reusable targets that offer user interface components that allow app developers to build these types of interfaces and include sophisticated interactions, including searching by tags and a chat-based interface that allows users to ask questions to an LLM-based chatbot interface.
Additional context
Please use this issue as a discussion point for more concrete ideas about the structure of the Swift package, its focus and aim, and some first ideas around API design and user interface mockups.
Code of Conduct
The text was updated successfully, but these errors were encountered: