Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New features for EPC map #105

Draft
wants to merge 78 commits into
base: master
Choose a base branch
from

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    f74fc70 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. Configuration menu
    Copy the full SHA
    f589b1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5265206 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b8f240 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Configuration menu
    Copy the full SHA
    d37fc4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcc9309 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    4572283 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    bab89b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8f7ba1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05ad859 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    491d1ec View commit details
    Browse the repository at this point in the history
  2. test commit

    Max Alfaro committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    87961c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e36a9ff View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    c7b36fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d142241 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b9969e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Added layers toggles; added user input form for aggregation details. …

    …Needs only to write to db.
    mdalfaro committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    85523ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7df3c83 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Fixes seg_id increment error; fixes cmp_name error; fixes colring; ad…

    …ds structure for remove-link button. ToDo: auto-increment segid; remove gid; add xd_ids column; add remove-link functionality; covert from LineStrings->MultiLineStrings
    mdalfaro committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    ee8c818 View commit details
    Browse the repository at this point in the history
  2. Completed: color coded link buttons; added xd_id feature to pushed co…

    …mbinations; fixed gid incrementation; switched from LineString (one line of all coordinates) to MultiLineString (multiple lines). To Do: Add remove-agglink-from-db functionality.
    mdalfaro committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    b5f976d View commit details
    Browse the repository at this point in the history
  3. Completed: Added remove-from-db functionality. To Do: Fix a variety o…

    …f minor functionality issues.
    mdalfaro committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    f637ce1 View commit details
    Browse the repository at this point in the history
  4. Fixed inability to click aggregated link more than once. cleaned up u…

    …nnecessary elements of code.
    mdalfaro committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    24e751e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Adding length tracking functionality: 1) Displays on tooltip. 2) Adds…

    … length as segments are clicked.
    mdalfaro committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    11d4380 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Blocked ability to remove original aggregated links; created loading …

    …bar; fixed garden variety of bugs.
    mdalfaro committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    85d966c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    452163c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1939196 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    77921cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbeb1ac View commit details
    Browse the repository at this point in the history
  3. linkagg_inrix: replaced gid with either xdsegid or cmp_segid since th…

    …ey would be better to use for debuggin than gid
    bhargavasana committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    82f5ab5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. linkagg_inrix: use non-offset geomjson for creating geometry for comb…

    …ined link, the offset is added when the view is created. The table should have non-offset geometry
    bhargavasana committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    ea66450 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    395d6ce View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Fixing cmpid creation bug

    mdalfaro committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    e868cd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    cdbbadf View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Added ability to edit information in pushed aggregate links. Disallow…

    …ed for the ability to select multiple aggregate links.
    mdalfaro committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    c78e8cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a621bf0 View commit details
    Browse the repository at this point in the history
  3. Adds ability to edit pushed aggregated links. Removes functionality f…

    …or selecting multiple aggregate links at one.
    mdalfaro committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    826c005 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    18aa06d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a06e0eb View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Access to updated TNC Parking data; general outline of future end viz…

    …, with ability to choose attrs.
    mdalfaro committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    522e63b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    0fb0739 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0bdda7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1c2b45 View commit details
    Browse the repository at this point in the history
  4. Fixing minor bug in link editing tool. Move all event listeners outsi…

    …de button creation functions to avoid adding multiple listeners.
    mdalfaro committed May 26, 2021
    Configuration menu
    Copy the full SHA
    5bf9455 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    05fe9d3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/sfcta/prospector into de…

    …velop
    
    merging dependabot changes before local commits
    bhargavasana committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    f997c07 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    1d768bf View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    e989c86 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    c4a05b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    0cec7ee View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    84c681d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    59f0eaa View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    90facbe View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    597730e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa7b8a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    98dd397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4019d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    b5a3089 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Configuration menu
    Copy the full SHA
    a23c253 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    40cccd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Configuration menu
    Copy the full SHA
    8fa9357 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6542c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    1b9d79e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c753364 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    bbbfb1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd0e98e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    618a432 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    4a7872b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    b5557c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    08b9139 View commit details
    Browse the repository at this point in the history
  2. epc: update sup dist key

    bhargavasana committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    cb76c17 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Create epc2

    nataliemakhijani committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    2fc663a View commit details
    Browse the repository at this point in the history
  2. Add donut chart

    nataliemakhijani committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    7a3a706 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    800da3d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Add hightlighting

    nataliemakhijani committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    962e37a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    a758281 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    453791c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Adds percentage toggle for chart data

    [Issue: Add Percentages to Chart sfcta#101](sfcta#101)
    nataliemakhijani committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    7459e4b View commit details
    Browse the repository at this point in the history
  2. Move additional layer controls below chart

    Addresses [issue 102](sfcta#102)
    nataliemakhijani committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    41aaeae View commit details
    Browse the repository at this point in the history