sillsdev / sillsdev/languageforge-lexbox

Auto-accept FW Lite beta requests

Open
#2,517 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
9
Forks
8
Avg merge
2d 13h
Merged PRs (30d)
49

Description

[Claude, autonomous]

Placeholder. Approach not yet decided.

Today, requesting FW Lite beta access is a manual loop: the SendFWLiteBetaRequestEmail mutation (backend/LexBoxApi/GraphQL/UserMutations.cs) emails lexbox support, and someone hand-adds the FwLiteBeta feature flag (backend/LexCore/FeatureFlag.cs) to the user.

We want a request to grant beta access automatically instead of waiting on a person.

Open questions:

  • Auto-grant the flag right away, or gate it (rate limit, org/domain allowlist, admin toggle)?
  • Keep sending the notification email for visibility, or drop it?
  • Any abuse/misuse concerns with self-service beta access?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the SendFWLiteBetaRequestEmail mutation in backend/LexBoxApi/GraphQL/UserMutations.cs and the FwLiteBeta flag in backend/LexCore/FeatureFlag.cs. Resolve whether access is immediate or gated, whether notification email remains, and what abuse controls apply. Done means an agreed policy is implemented and the manual support step is no longer required.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.