starts experiments doc

This commit is contained in:
ChaosExAnima 2026-02-09 13:14:40 +01:00
parent d3cef82401
commit 6a2a39cd8f
No known key found for this signature in database
GPG Key ID: 8F2B333100FB6117
2 changed files with 46 additions and 0 deletions

View File

@ -11,3 +11,7 @@ charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.md]
# Markdown uses trailing whitespace for line breaks.
trim_trailing_whitespace = false

42
EXPERIMENTS.md Normal file
View File

@ -0,0 +1,42 @@
# Experiments
Here are some of the current features under development or otherwise not quite ready for release.
**Important:** All features here are considered incomplete and are not supported for production servers, and may cause bugs or corruption of data. **Enable these at your own risk!**
As these are incomplete features, all bug reports around these flags will be closed without comment unless we specifically note otherwise below.
## Server Flags
Server-side flags are enabled via the `EXPERIMENTAL_FEATURES` environment variable. Multiple flags are separated by a comma.
### FASP
Name: `fasp`
Status: Beta testing
### Collections
Name: `collections`
Status: Active development
### Collections Federation
Name: `collections_federation`
Status: Active development
## Client Flags
Client flags are for incomplete features in the web UI, and are enabled via inputting `localStorage.experiments = 'xyz'`. Multiple flags are separated by a comma.
### Collections
Name: `collections`
Status: Active development
### Profile Redesign
Name: `profile_redesign`
Status: Active development
This is a redesign of the web UI for viewing accounts.