Details

    • Type: New Feature
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 4.12.0-b1
    • Component/s: None
    • Labels:
      None

      Description

      module_types

      • id INT(10) UNSIGNED NOT NULL AUTOINCREMENT
      • name VARCHAR(64) NOT NULL
        • UNIQUE INDEX

      Create a migration to add two module types 'generic' and 'registrar' in that order
      Create a migration to add new column to the modules table type_id INT(10) UNSIGNED NOT NULL DEFAULT 1

      Create a model ModuleTypes

      • Add the regular CRUD methods
      • Create getDefaultTypes to return list of default module types including 'generic' and 'registrar'

      Update the ModuleManager class to add a type filter to the getAll() and getInstalled() methods. There is probably some abstraction that can be done between get, getAll, and getInstalled

      Update the Module parent class to add a getType() method the returns the 'type' config value if set (similar to getName()) or 'generic' by default

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            abdy Abdy Franco
            Reporter:
            jonathan Jonathan Reissmueller
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              17/Sep/20

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 1 day, 4 hours, 8 minutes
              1d 4h 8m