Skip to content

Commit

Permalink
* Add general purpose survey and mailed-form creator for the UI.
Browse files Browse the repository at this point in the history
  Puts a customer satisfaction survey in the foundation -- probably
  should provide a mailed feedback example, too.

* Make outdated bin/update command work better. Probably should remove this
  script, though.

* Bring "edit items in sequence" into the Vend::Table::Editor intrinsically.
  No need now to do the munging of item_id_left on the select page, but
  still compatible with that (to ease problems for users who have done
  custom select pages).

* Add intro_text option for the table editor so that the first page
  of a wizard can have some stuff.

* Revamp auto-wizard to work with the survey table's mv_metadata structure.
  Provides several standard output options for wizards. (online help
  is in process).
  • Loading branch information
perusionmike committed Nov 20, 2002
1 parent 507f866 commit a36ac8f
Show file tree
Hide file tree
Showing 14 changed files with 1,244 additions and 204 deletions.
10 changes: 10 additions & 0 deletions MANIFEST
Expand Up @@ -148,6 +148,7 @@ code/UI_Tag/list_databases.coretag
code/UI_Tag/list_glob.coretag code/UI_Tag/list_glob.coretag
code/UI_Tag/list_keys.coretag code/UI_Tag/list_keys.coretag
code/UI_Tag/list_pages.coretag code/UI_Tag/list_pages.coretag
code/UI_Tag/menu_load.coretag
code/UI_Tag/meta_record.coretag code/UI_Tag/meta_record.coretag
code/UI_Tag/mm_locale.coretag code/UI_Tag/mm_locale.coretag
code/UI_Tag/mm_value.coretag code/UI_Tag/mm_value.coretag
Expand Down Expand Up @@ -282,6 +283,7 @@ dist/foundation/dbconf/default_db/orderline.dbm
dist/foundation/dbconf/default_db/pricing.dbm dist/foundation/dbconf/default_db/pricing.dbm
dist/foundation/dbconf/default_db/products.dbm dist/foundation/dbconf/default_db/products.dbm
dist/foundation/dbconf/default_db/state.dbm dist/foundation/dbconf/default_db/state.dbm
dist/foundation/dbconf/default_db/survey.dbm
dist/foundation/dbconf/default_db/transactions.dbm dist/foundation/dbconf/default_db/transactions.dbm
dist/foundation/dbconf/default_db/tree.dbm dist/foundation/dbconf/default_db/tree.dbm
dist/foundation/dbconf/default_db/userdb.dbm dist/foundation/dbconf/default_db/userdb.dbm
Expand All @@ -308,6 +310,7 @@ dist/foundation/dbconf/mysql/orderline.mysql
dist/foundation/dbconf/mysql/pricing.mysql dist/foundation/dbconf/mysql/pricing.mysql
dist/foundation/dbconf/mysql/products.mysql dist/foundation/dbconf/mysql/products.mysql
dist/foundation/dbconf/mysql/state.mysql dist/foundation/dbconf/mysql/state.mysql
dist/foundation/dbconf/mysql/survey.dbm
dist/foundation/dbconf/mysql/transactions.mysql dist/foundation/dbconf/mysql/transactions.mysql
dist/foundation/dbconf/mysql/tree.mysql dist/foundation/dbconf/mysql/tree.mysql
dist/foundation/dbconf/mysql/userdb.mysql dist/foundation/dbconf/mysql/userdb.mysql
Expand All @@ -333,6 +336,7 @@ dist/foundation/dbconf/oracle/orderline.ora
dist/foundation/dbconf/oracle/pricing.ora dist/foundation/dbconf/oracle/pricing.ora
dist/foundation/dbconf/oracle/products.ora dist/foundation/dbconf/oracle/products.ora
dist/foundation/dbconf/oracle/state.ora dist/foundation/dbconf/oracle/state.ora
dist/foundation/dbconf/oracle/survey.dbm
dist/foundation/dbconf/oracle/transactions.ora dist/foundation/dbconf/oracle/transactions.ora
dist/foundation/dbconf/oracle/tree.ora dist/foundation/dbconf/oracle/tree.ora
dist/foundation/dbconf/oracle/userdb.ora dist/foundation/dbconf/oracle/userdb.ora
Expand All @@ -359,6 +363,7 @@ dist/foundation/dbconf/pgsql/pgsql.cfg
dist/foundation/dbconf/pgsql/pricing.pgsql dist/foundation/dbconf/pgsql/pricing.pgsql
dist/foundation/dbconf/pgsql/products.pgsql dist/foundation/dbconf/pgsql/products.pgsql
dist/foundation/dbconf/pgsql/state.pgsql dist/foundation/dbconf/pgsql/state.pgsql
dist/foundation/dbconf/pgsql/survey.dbm
dist/foundation/dbconf/pgsql/transactions.pgsql dist/foundation/dbconf/pgsql/transactions.pgsql
dist/foundation/dbconf/pgsql/tree.pgsql dist/foundation/dbconf/pgsql/tree.pgsql
dist/foundation/dbconf/pgsql/userdb.pgsql dist/foundation/dbconf/pgsql/userdb.pgsql
Expand Down Expand Up @@ -625,6 +630,7 @@ dist/foundation/pages/ship_addresses_removed.html
dist/foundation/pages/splash.html dist/foundation/pages/splash.html
dist/foundation/pages/stock-alert-added.html dist/foundation/pages/stock-alert-added.html
dist/foundation/pages/stock-alert.html dist/foundation/pages/stock-alert.html
dist/foundation/pages/survey/standard.html
dist/foundation/pages/swap_results.html dist/foundation/pages/swap_results.html
dist/foundation/products/2ndDayAir.csv dist/foundation/products/2ndDayAir.csv
dist/foundation/products/450.csv dist/foundation/products/450.csv
Expand Down Expand Up @@ -653,6 +659,7 @@ dist/foundation/products/route.txt
dist/foundation/products/salestax.asc dist/foundation/products/salestax.asc
dist/foundation/products/shipping.asc dist/foundation/products/shipping.asc
dist/foundation/products/state.txt dist/foundation/products/state.txt
dist/foundation/products/survey.txt
dist/foundation/products/transactions.txt dist/foundation/products/transactions.txt
dist/foundation/products/tree.txt dist/foundation/products/tree.txt
dist/foundation/products/userdb.txt dist/foundation/products/userdb.txt
Expand Down Expand Up @@ -1023,6 +1030,9 @@ dist/lib/UI/pages/admin/special/.autoload
dist/lib/UI/pages/admin/special/key_violation.html dist/lib/UI/pages/admin/special/key_violation.html
dist/lib/UI/pages/admin/spread.html dist/lib/UI/pages/admin/spread.html
dist/lib/UI/pages/admin/spread_control.html dist/lib/UI/pages/admin/spread_control.html
dist/lib/UI/pages/admin/survey/index.html
dist/lib/UI/pages/admin/survey/overall.html
dist/lib/UI/pages/admin/survey/question.html
dist/lib/UI/pages/admin/tablereport.html dist/lib/UI/pages/admin/tablereport.html
dist/lib/UI/pages/admin/tax.html dist/lib/UI/pages/admin/tax.html
dist/lib/UI/pages/admin/tax_simple.html dist/lib/UI/pages/admin/tax_simple.html
Expand Down

0 comments on commit a36ac8f

Please sign in to comment.