Closed wlaurance closed 9 years ago
Now that we are using uid's instead of the number, we will need to create and setup an index for uid to rule numbers.
If any new rules are created through the /cms route, they will not work.
This is no longer an issue, correct? We can use integer IDs for the rules and be ok?
Yes,
We will move to a pure integer based id and not the firebase uid scheme. ᐧ
On Sat, Jul 18, 2015 at 11:13 AM, Peter Gault notifications@github.com wrote:
This is no longer an issue, correct? We can use integer IDs for the rules and be ok?
— Reply to this email directly or view it on GitHub https://github.com/empirical-org/Quill-Grammar/issues/12#issuecomment-122573785 .
Since we are keeping track of rule numbers, it will be easy to make this the id number used to identify the object in the rules list.
Right now, the current look up function will work, because the id is equal to the rule number. Once more rules are added to the system, this will not be the case and things will break.