Wikcess: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 14: Line 14:
* '''2019-10-11''' wrote initial description in HTYP
* '''2019-10-11''' wrote initial description in HTYP
* '''2020-03-07''' HTYP page moved here. The flex-data engine is now functional in [[htyp:Ferreteria/v0.42/odata|Ferreteria]].
* '''2020-03-07''' HTYP page moved here. The flex-data engine is now functional in [[htyp:Ferreteria/v0.42/odata|Ferreteria]].
==Notes==
* [http://opera.inrialpes.fr/Thot.en.html THOT: A structured document editor] - this seems related to how I was thinking of handling layout

Latest revision as of 14:44, 8 December 2021

About

Wikcess is the working title for a software application, initially web-based and using Ferreteria as a framework, that will combine and extend certain GUI concepts including the wiki, the database management system (DBMS), and to some extent the spreadsheet.

The software is currently in design, though the flex-data engine has been mostly written and is now usable for event-logging.

Conceptual Design

Components

  • flex-data engine (experimental)
  • data editor: view/edit data without defining a form
  • forms: view/edit data in task-oriented formats
  • reports: view data in document-oriented formats e.g. for printing or sharing
  • scripting: facilitate creating useful applications within Wikcess

History

I was originally calling this "Ferretsoft Excess" (as a joke-portmanteau of "Excel" and "Access"), but eventually found that the more distinctive name of "Wikcess" was less contextually confusing and also referenced the project's roots in wiki design.

  • 2019-10-11 wrote initial description in HTYP
  • 2020-03-07 HTYP page moved here. The flex-data engine is now functional in Ferreteria.

Notes