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

Supporting multiple users/courses in a single server #15

Open
4 tasks
wrongu opened this issue Nov 12, 2023 · 1 comment
Open
4 tasks

Supporting multiple users/courses in a single server #15

wrongu opened this issue Nov 12, 2023 · 1 comment

Comments

@wrongu
Copy link

wrongu commented Nov 12, 2023

It would be nice if we supported scaling to multiple users/courses on a single server. That being said, permissions are a pain and many of these ideas could be offloaded to a wrapper service like a fully-featured CMS. Just brainstorming some "would be nice" features for the purposes of scaling demo v0.2 to multiple users (like a department or university) on a single server:

  • User– and Course–level permissions for reading and writing assignments
  • Interface for editing prompts
  • Select among different feedback styles, store prompt ID inside the assignment
  • UI for browsing list of assignments
@j6k4m8
Copy link
Member

j6k4m8 commented Nov 13, 2023

...store prompt ID inside the assignment

We could generalize this even more broadly to "one of our prompt styles or your own custom one per-assignment": There's a half-baked fact-check flag that adds a custom prompt which we could potentially strip out or generalize to arbitrary "additional instructions" or something.

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

No branches or pull requests

2 participants