From efc875b1b6701e0b8389f2294755787f6864a667 Mon Sep 17 00:00:00 2001 From: Scott Powell Date: Mon, 30 Mar 2026 13:53:16 +1100 Subject: [PATCH] * more notes about number_allocations --- docs/number_allocations.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/number_allocations.md b/docs/number_allocations.md index 7f7e9372..94ad1efd 100644 --- a/docs/number_allocations.md +++ b/docs/number_allocations.md @@ -10,9 +10,11 @@ To make sure multiple applications can function without interfering with each ot NOTE: the range FF00 - FFFF is for use while you're developing, doing POC, and for these you don't need to request to use/allocate. -(add rows, using the range 0100 - FEFF for custom apps) +Once you have a working app/project, you need to be able to demonstrate it exists/works, and THEN request type IDs. So, just use the testing/dev range while developing, then request IDs before you transition to publishing your project. | Data-Type range | App name | Contact | |-----------------|-----------------------------|------------------------------------------------------| | 0000 - 00FF | -reserved for internal use- | | | FF00 - FFFF | -reserved for testing/dev- | | + +(add rows, inside the range 0100 - FEFF for custom apps)