sillsdev / sillsdev/languageforge-lexbox
New ProjectMigrationStatus enum value for Language Forge migration
@rmunn is already working on this.
Since Aug 21, 2026.
- 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
- 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.
Assessment
This issue has not been assessed yet.