Uploaded image for project: 'mUzima'
  1. mUzima
  2. MUZIMA-94

Selection of available discriminator

    XMLWordPrintable

    Details

    • Story Points:
      5

      Description

      When uploading or converting a form, the user should be given a selection of available discriminator for that particular installation.

      In order to do this:

      • Every handler must be able to return the discriminator value

      Pseudo code:

      List<QueueDataHandler> queueDataHandlers = HandlerUtil.getHandlersForType(QueueDataHandler.class, QueueData.class);
      for (QueueDataHandler queueDataHandler : queueDataHandlers) {
          String discriminator = queueDataHandler.getDiscriminator();
          // collect all discriminator value and return it to the web interface
      }
      

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

                People

                Assignee:
                sthammaiah Shwetha Thammaiah
                Reporter:
                nribeka Nyoman Ribeka
                Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                  Dates

                  Created:
                  Updated:
                  Resolved: