1
0
Fork 0
liza/doc
Mike Gerwitz 3fa464bc3a Extract bucket init code into ProgramInit
This represents a portion of the refactoring that I had intended to do
until I realized that there was a simpler solution to the problem that
we were having (having proguic add stored calculated values to the
defaults object).

So ideally we'll continue extracting all quote init code out of
`Server' and into `ProgramInit' in the future.

* doc/server.texi (Liza Server): Mention `ProgramInit'.
* src/program/ProgramInit.js: Add class.
* src/server/DocumentServer.js: Use it.
* src/server/Server.js (_progInit): Add private field.
  (__construct): Accept ProgramInit instance and assign to field.
  (initQuote): Use promise returned by `_getDefaultBucket'.
  (_getDefaultBucket): Proxy to `ProgramInit#init', which returns a
    promise.
2017-08-30 11:20:19 -04:00
..
diagram LoVullo Associates => R-T Specialty 2017-06-08 14:48:43 -04:00
.gitignore Add diagram generation with graphviz 2017-06-08 14:38:32 -04:00
Makefile.am doc/Makefile.am (liza_TEXINFOS): Add missing license.texi 2017-06-29 11:01:23 -04:00
assert.texi doc: Extract design sections into own chapters 2017-06-21 10:52:46 -04:00
bucket.texi doc: Began server documentation 2017-06-22 13:07:30 -04:00
client.texi doc: Extract design sections into own chapters 2017-06-21 10:52:46 -04:00
config.texi.in Add SRCURI configuration for manual 2017-03-23 12:16:52 -04:00
dapi.texi doc: Add beginning of dapi documentation 2017-06-21 10:52:46 -04:00
design.texi doc: Began server documentation 2017-06-22 13:07:30 -04:00
license.texi Add missing FDL text 2017-06-20 14:17:06 -04:00
liza.css LoVullo Associates => R-T Specialty 2017-06-08 14:48:43 -04:00
liza.texi doc: Began server documentation 2017-06-22 13:07:30 -04:00
macros.texi Populate document metadata using Data APIs 2017-06-28 16:33:24 -04:00
pred.texi doc: Extract design sections into own chapters 2017-06-21 10:52:46 -04:00
program.texi Populate document metadata using Data APIs 2017-06-28 16:33:24 -04:00
server.texi Extract bucket init code into ProgramInit 2017-08-30 11:20:19 -04:00
validation.texi doc: Extract design sections into own chapters 2017-06-21 10:52:46 -04:00