#178 — Correct on-boarding detection logic 2

Repo: Twill-AI/twill-ai-ui State: closed | Status: done Assignee: meliascosta

Created: 2024-12-18 · Updated: 2025-03-11

Description

Caused by https://github.com/Twill-AI/twill-ai-ui/issues/158#issuecomment-2551566242

Need to adjust on-boarding detection logic further.

AC:

  • Show on-boarding questionnaire only if GET /self-management/tenant llm_info is empty.
  • Show Home screens in 2 cases:
    • Response of GET /home is not empty.
    • OR response of GET /self-management/tenant contains not empty llm_info AND response of GET /integrations contains at least 1 integration with state=ready.

Notes

Add implementation notes, blockers, and context here

Add wikilinks to related people, meetings, or other tickets