Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Interview Builder #1

@stuartlynn

Description

@stuartlynn

Currently the interview library is configured entirely in code. While this is great and gives strong guarantees through typescript, it means it's hard for someone without coding skills to be able to setup their own project.

It should be possible to create a simple UI that helps generate the necessary files / configuration for the interview library. This would consist of

  1. Assessing how to have runtime configuration of the interview library
  2. Developing a UI that can specify for each screen the types of questions to ask and their options / configuration
  3. Developing a UI that can then specify the flow of the interview based on a users answers to previous questions (basically what gets pushed to the stack in what circumstances)

We might need to make the library implementation work using fewer strictly typed objects, or perhaps have instances of those objects that are specified at run time rather than compile time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions