gagoel / freebase-site

Automatically exported from code.google.com/p/freebase-site
0 stars 0 forks source link

Automatic key generation/validation during schema editing #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Create a reusable component for auto key validation/generation for schema 
editing. This will be used in create/update domain, create/update type and 
create/update property.

Key should be auto-generated from the name input.
Key should be auto-validated (i.e., whether or not it's already in use) against 
a specific namespace.

Original issue reported on code.google.com by daep...@google.com on 11 Nov 2010 at 11:43

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by daep...@google.com on 11 Nov 2010 at 11:43

GoogleCodeExporter commented 9 years ago
This is current implemented in the "Create new domain" flow. Once everyone 
agrees on the behavior, we can integrate it into other schema edit flows.

Original comment by daep...@google.com on 12 Nov 2010 at 12:50