sillsdev / sillsdev/languageforge-lexbox

New ProjectMigrationStatus enum value for Language Forge migration

Open
#2,589 0 comments 0 reactions 1 assignee View on GitHub

@rmunn is already working on this.

Since Aug 21, 2026.

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

Description

Describe the feature
When migrating old, non-SR projects over from Language Forge, we may want to have a way to identify them later (e.g. if we discover a bug in the migration process and need to re-do it). The ProjectMigrationStatus enum is a perfect place to store that.

We should add a new enum value (I propose LanguageForgeNonSR), and add a parameter to the initFwData API (before #2439 is merged) to set that value at project creation time. That specific parameter should only be accessible to Lexbox admins: when we make the API available to users, they still should not be allowed to set that parameter, so this will be a separate permissions check than the [AdminRequired] on the API. The latter may go away someday, but the permissions check on the migration-status enum will remain.

Who is this feature for?
Admins

Pages affected
API only

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.