Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »


This document is about the implementation of the OpenLMIS-Malawi MW-UI, and the extensions that went into making the MW-UI.

Works Well??

The following are extensions that seem to work well. Please comment if you agree/disagree, or add other examples

User Profile Extension

MW-243 - Getting issue details... STATUS  Commit

  • This works well because the changed files are small
  • Not getting changes for profile.html wouldn't "break" any functionality
  • Good example of design change
  • Could be added with some extension mechanism, but that might be hackier

Requisition Search Changes

MW-241 - Getting issue details... STATUS  &  MW-215 - Getting issue details... STATUS

Requisition Search Files

  • Only HTML changed
  • Search file might be too big – ideally only table would be changed

Should PR to Core

Open-External-URL

  • Needs unit tests
  • Needs documentation
  • Could be used to fix print url hacks in other places – should be addressed separately

Table Horizontal Scrollbar

MW-169 - Getting issue details... STATUS

  • This should be brought over to CORE
  • Unit tests are needed

Should be Moved

All the changes for the MW-UI were made directly in that repository, which means git can't merge changes. Fixing this would mean forking the original repository, and creating an image from that forked repository that is used in the MW-UI.
The benefit is this would allow git to automatically merge most code changes. As the core product releases new versions over time, git upstream code can be pulled into MW-UI while preserving the local modifications. This greatly reduces ongoing maintenance effort of conducting each upgrade.

Requisition Approval and Batch Approval

MW-84 - Getting issue details... STATUS

  • There are plans to merge these feature changes back to core – getting this code out of MW-UI and into a place where make a PR would be trivial makes sense
  • Fork OpenLMIS/openlmis-requisition-ui to OpenLMIS-Malawi/openlmis-requisition-ui
  • Having a correct fork would make maintenance and merging changes easier

Requisition Service

  • There are a handful of changes here, that either should be refactored to smaller changes instead of forking a file
  • Until that happens, the changes should live in OpenLMIS-Malawi/openlmis-requisition-ui

Needs Improvement

Login Service

Was there a ticket for this commit??

  • File was forked to add currency support
  • Login Service is tightly coupled to other "start up" actions, should be refactored to use an extension mechanism
    • Either an event OR $q.all w/$filter

TB Quarterly Warning

MW-81 - Getting issue details... STATUS

Alphabetically Sorted Product Dropdowns

MW-217 - Getting issue details... STATUS

  • The change is made in add-product-modal.html - this can be done in a reusable/testable way by:
    • add decorator to controller
    • sort products in factory
  • To change a link, we are:
    • Forking the controller file, and adding two new methods
    • Forking the HTML to change the link
  • This can be done more cleanly by
    • decorating the controller to change the link (no need to touch the HTML)
    • refactoring the controller to use a factory to produce the link
    • refactor to use external-url method (mentioned above)
  • Target directories


Uncertain

Requisition Initiate

MW-237 - Getting issue details... STATUS

File

  • Most of the changes to this file have been to maintain warning message
  • CORE won't follow this design direction

OpenLMIS-Facility-Program-Select

Report

  • Looks like many of the changes are to support the report-url changing
  • This could be done without forking, probably
  • Git history here doesn't have many ticket numbers, so its hard to figure out WHY changes were made


Tickets created by Weronika Ciecierska (Unlicensed) as a result of discussion with Nick Reid (Deactivated):

  • MW-437 - Getting issue details... STATUS
  • MW-434 - Getting issue details... STATUS
  • MW-435 - Getting issue details... STATUS
  • MW-436 - Getting issue details... STATUS
  • MW-440 - Getting issue details... STATUS
  • MW-438 - Getting issue details... STATUS
  • MW-439 - Getting issue details... STATUS
  • MW-454 - Getting issue details... STATUS
  • No labels