instructlab / ui

Place to hack on UI for InstructLab
Apache License 2.0
2 stars 5 forks source link

Discuss first release of the UI project #8

Open vishnoianil opened 1 week ago

vishnoianil commented 1 week ago

We need to address few major questions to drive the community focus.

If you have more questions that we should discuss in this context, please feel free to the list.

renrenstart commented 1 week ago

The InstructLab Insights web page can be part of the first release.

Currently the web page is static html file wrapped by react framework along with github oauth.

It'll be great to have the web page re-written in react and included as part of the main UI app. We can also add a report list page in the main app.

We can discuss the above in our next meeting with @juancappi Nitin.

renrenstart commented 1 week ago

@nitin-ramchandani

toraponibm commented 4 days ago

Here are some thoughts on initial functions for contributors.

  1. Ability to create a contribution

    • Enter contribution (skill & knowledge) contents on UI (without writing YAML)
    • Validate mandatory fields, for skills and knowledges each
    • Validate content format (such as URL path, minimum length, etc.)
  2. Ability to view current model outputs while creating seed examples

    • View response(s) from existing models for a question text.
  3. Ability to search existing taxonomy

    • Search by keywords
    • Advanced search (e.g. similar search) is TBD
  4. Ability to generate YAML

    • Generate valid and formatted YAML that confirms to ilab checks
  5. Ability to interact with GitHub

    • Submit contribution as new PR
    • Update existing PR
    • View insights
    • View the status and progress of the user contributions as a list
  6. Ability to interact with triagers

    • TBD