vj4 icon indicating copy to clipboard operation
vj4 copied to clipboard

Support Modifying Built-in Domain Properties

Open breezewish opened this issue 7 years ago • 3 comments

Currently we have to modify the source code in order to change the properties in system domain, which is not friendly for other custom-deployed users.

Proposal:

  • Change the semantic "built-in" into "default".
  • Introduce an initialization step in initial deployment (i.e. install), in which we assign default properties for the system domain in the database.
  • After installation, all meta data of the system domain are retrieved from the database, just as other domains, so that they can be modified through the user interface.

@iceb0y @twd2

breezewish avatar Aug 21 '17 13:08 breezewish

That's cool.

Ivecia avatar Aug 21 '17 13:08 Ivecia

It's slow.

twd2 avatar Aug 23 '17 11:08 twd2

We could cache the domain property for hot domains, which is easy to implement while effective.

breezewish avatar Aug 25 '17 03:08 breezewish