sillsdev / sillsdev/languageforge-lexbox
Auto-accept FW Lite beta requests
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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