Uploaded image for project: 'IGB'
  1. IGB
  2. IGBF-2145

Replace "latest" with "highest" in "apps" module's templates, javascript, css, and py files

    Details

    • Type: Improvement
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Labels:
      None

      Description

      Many variable names in the module "apps" include "latest" and control core business logic. However, none of the App Store business logic should be using date or time to determine which app releases are shown to the user. Instead, we are using version and semantic versioning.

      We require App developers to use proper semantic versioning for their Apps. This means we can easily sort Apps in order of version, from highest to lowest. "latest" has no meaning here.

      Use of "latest" is confusing and potentially misleading to developers. Instead, we should use "highest" not "latest" in variable names.

      To avoid confusing developers, remove all instances of "latest" in variable names in templates, except where the true purpose is to show the most recently submitted. Replace with "highest" instead.

        Attachments

          Activity

          Hide
          sameer Sameer Shanbhag (Inactive) added a comment -

          Not In Scope as the latest and highest mean the same thing in the codebase. The latest Field is populated based on the highest version.

          We might need this in the future but not now.

          Show
          sameer Sameer Shanbhag (Inactive) added a comment - Not In Scope as the latest and highest mean the same thing in the codebase. The latest Field is populated based on the highest version. We might need this in the future but not now.

            People

            • Assignee:
              sameer Sameer Shanbhag (Inactive)
              Reporter:
              ann.loraine Ann Loraine
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: