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

Web Meeting Agenda 2023-01-15 #734

Closed
fozziethebeat opened this issue Jan 15, 2023 · 3 comments
Closed

Web Meeting Agenda 2023-01-15 #734

fozziethebeat opened this issue Jan 15, 2023 · 3 comments
Assignees

Comments

@fozziethebeat
Copy link
Collaborator

fozziethebeat commented Jan 15, 2023

Agenda:

@andreaskoepf
Copy link
Collaborator

andreaskoepf commented Jan 15, 2023

Stats from the backend:

  • leaderboard endpoints: /api/v1/leaderboards/{time_frame}
  • per user stats all time frames entpoint : /api/v1/users/{user_id}/stats
  • per user stats single time frame: /api/v1/users/{user_id}/stats/{time_frame}

Other:

@fozziethebeat
Copy link
Collaborator Author

New Issues to File

  • On dev: updating role fails
  • Rank on leaderboard is invalid due to +1
  • Scrolling doesn't always work properly in task view (especially on a long ranking task). Might be due to react or NextJS scrolling features.
  • Full Labeling task: showed review button then click lead to a disabled state
  • Found a way to enter an error state with the full labeling task when not selecting any labels
  • Consider moving the instruction text closer to the actions.
  • Consider highlighting which message to focus attention on rather than the whole conversation.
  • When fetching task we see the empty task view temporarily.
  • Show more leaderboard stats now supported by the backend
  • Nice to have: Improve admin user lookup features to find the right user. The backend supports some minimal searching already.

Discussion

  • When flagging a thing, assumption is that each label defaults to 100% so that when clicking checkbox, no need to update slider. But can later change slider. Question: in disabled mode can we change the coloring to indicate nothing is submitted until its clicked.
    • Help buttons don't do anything. Can they do something with a tooltip?
    • Label rows can be better aligned.

Upcoming

  • Be able to list some specific tasks such as Create Prompt on dashboard. Pending backend API update that reports available tasks. It's possible we can show a task on the dashboard but the question could be answered before they fetch a task and then enter into an empty task view.
  • Be able to query the latest actions recorded by the backend (globally and per user) to produce a community news feed.
  • Implement contribution streak tracking (daily, weekly, etc) that can be shown in leaderboard and stats.
  • Better user pagination
  • Export data (not affecting web)
  • Fully implement ranking algorithm (not affecting web)

Deployment

  • Updating all the secrets
  • Setup postgres database backups

On Live Model

  • Can setup forward looking UI experience for interacting with a live model. Big blocker is getting inference working and running somewhere reliable.
  • Will setup secondary method to inject model responses to tasks as new tasks.

@fozziethebeat
Copy link
Collaborator Author

Filed a few issues based on the notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants