Futilities/v0.6/clade/Apps/dba/InReq/DoImport

From WoozleCodes
Jump to navigation Jump to search
clade: Apps\dba\InReq\DoImport
Clade Family
InReq DoImport (none)
Clade Aliases
Alias Clade
Base* [ca,i] Apps\dba\InReq
FilePaths Sys\Data\tplts\FileName\Config
NodesClass Sys\FileSys\list\Nodes
Subpages

About

  • Purpose: Action-class for the do.import request

Pages

History

  • 2024-12-04 started
  • 2025-01-07 removed value HasIt() check in Go() because that condition is intercepted earlier
    • ...and sent to InChker_ReqValue(), which I'm implementing now.
  • 2025-07-31 DbStuff parent is redundant, already parented from parent class; removing it.
  • 2025-09-25 see InReq.md
  • 2026-05-29 moved contents of Sys\Data\Engine\aux\ActionRq\Admin\schema\EngScImport to here, so this doesn't have to descend from it anymore.

Thinking

  • 2025-01-09 For now, I'm going to have the value for read be in the format "{dbase}/{schema}"
    • ...so that it can be retrieved from Go()
    • ...because although read:{dbase}:{schema} would be more consistent, the input parser currently discards everything after the second :.
    • This should, however, be fixed later. Whatever the format is, it should be handled by the input parser, not by Action code.