Skip to content

Releases: cityofaustin/atd-moped

v0.7.0 Flicker Ln

25 Jun 22:53
9c2c625
Compare
Choose a tag to compare

v0.7.0 Flicker Ln

flicker

Source: Mass Audubon

What’s Changed

New features

  • Project Components: Create Map for tab to view components + Map #6251 (#335) @sergiogcx
  • Project Components: Extend "Map Project" step to include component attributes #6250 (#351) @sergiogcx
  • Add Project Comment edit and delete actions (#346) @mateoclarke
  • Pass Grid Table filter parameters into url (#327) @chiaberry

Enhancements

Bug Fixes

  • All projects breadcrumb returns to search results (#352) @chiaberry
  • Prevent filter null failure when making new project (#354) @chiaberry
  • Patch account creation API to address bug with existing Cognito users #6372 (#350) @sergiogcx
  • Sets project name as HTML page title rather than "Project Summary Page" (#337) @tillyw
  • Advanced filters "is blank" bug fix (#339) @chiaberry

Dependency updates

  • Python Package Upgrades (#353) @sergiogcx
  • Bump urllib3 from 1.25.10 to 1.26.5 in /moped-api/requirements (#333) @dependabot
  • Bump urllib3 from 1.25.10 to 1.26.5 in /moped-auth/cognito-pre-token-hook/requirements (#332) @dependabot
  • Bump urllib3 from 1.25.9 to 1.26.5 in /moped-data-events/activity_log (#334) @dependabot

v0.6.0 Elderberry Dr

04 Jun 06:53
7aade0c
Compare
Choose a tag to compare

v0.6.0 Elderberry Dr

elderberry botanical illustration by lizzie harper

Source: Lizzie Harper

What’s Changed

New features

  • Adds ability to add Comments to project (#318) @mateoclarke
  • Configure backend systems for Moped Test #6227 (#331) @sergiogcx
  • Creates project milestone table to add/edit milestones (#302) @tillyw
  • Extend component data model and load initial component data #6163 (#322) @sergiogcx

Enhancements

Bug fixes

  • Fixes map error handler not rendering on projects without locations (#330) @sergiogcx
  • Investigate and address User API failures #5799 (#324) @sergiogcx
  • Fixes issue where map is no longer zooming to full extent in the project Summary tab #6231 (#326) @sergiogcx
  • Re-fix for project personnel (#321) @sergiogcx

Dependency updates

  • n/a

v0.5.0 Desert Willow Dr

21 May 05:03
9c7ff3e
Compare
Choose a tag to compare

v0.5.0 Desert Willow Dr

image
Source: Fannin Tree Farm

What’s Changed

New features

  • Creates new "current phase" table on timeline (user can select one active phase) (#274) @tillyw
  • Create SQL View to access and filter project personnel (#312) @chiaberry
  • Update relationship between phases and subphases in database #6058 (#308) @sergiogcx
  • Project Components | Add moped_project_features table and relate to moped_project table (#293) @mddilley
  • Project Extent | Add aerial imagery (#301) @mddilley
  • Project Components | Fix frontend to add, update, and consume features from the moped_proj_features table (#294) @mddilley
  • Project Extent | Usability enhancements for identifying streets vs urban trails (#282) @mddilley
  • Project Extent | Implement point-drawing in project extent mapping (#257) @mddilley
  • Project Extent | Save drawn points in the database (#262) @mddilley
  • Project Extent | Show drawn points in project summary map and refine UI (#272) @mddilley
  • Project Extent | Create project_extent_ids from project_extent_geojson in the front end (#292) @mddilley
  • Deploys to Development Stage (#299) @sergiogcx
  • Re-structures: Phases, Sub-phases, Milestones (#295) @sergiogcx
  • Data Migration | Transform IMPD data to fit moped_proj_personnel table in Moped #5602 (#280) @sergiogcx

Enhancements

  • Open project from project name (#310) @chiaberry
  • Timeline | Edit phase table to include subphases column #5737 (#309) @sergiogcx
  • Add project phases and personnel to project list view (#306) @chiaberry
  • Reverse order of event list (#267) @tillyw
  • Database | Remove the project_extent_geojson field data from the seed (#303) @mddilley
  • Project Summary Map | Prevent user from removing all features from project extent (#265) @mddilley
  • Dropdown order of project roles, status, and phases should match in Gitbook #5857 (#296) @sergiogcx
  • Project Summary Map | Set order of layers in the map (#269) @mddilley
  • Clears eCapris subproject ID when user untoggles Capitally Funded field (#266) @tillyw
  • Refactors data table and changes default component for boolean fields to switches (#249) @tillyw
  • Moped Editor | Make The Project Search Feature Great Again #5830 (#281) @sergiogcx

Bug fixes

  • Fixes WSOD bug on activity log page #6147 (#314) @sergiogcx
  • Fix problems with project permissions (Patch) (#313) @sergiogcx
  • Project Extent | Fix geocoder and layer control styling in New Project stepper (#305) @mddilley
  • Bug | Implement graceful degradation for map-rendering issues #5974 (#304) @sergiogcx
  • Project Extent | Fix geocoder so click and hover events don't propagate through the input box (#290) @mddilley
  • Bug | Creating new user doesn't associate to project #5937 (#297) @sergiogcx
  • Replaces the ecapris_subproject_id unique constraint with an unconstrained index (#286) @tillyw
  • Project Extent | Fix drawn layer select checkbox (#291) @mddilley
  • Bug | Can't add or edit Team members #5880 (#289) @sergiogcx
  • Bug | Handle saving a project when no team members are added (#287) @mddilley

Dependency Updates

v0.4.0 Catalpa St

16 Apr 05:54
7950a02
Compare
Choose a tag to compare
v0.4.0 Catalpa St Pre-release
Pre-release

v0.4.0 Catalpa St

image
Source: Trees of Texas

What’s Changed

New features

Enhancements

  • Move actions column index to the right on MaterialTable instances (#268) @tillyw
  • Project Summary Map | Set order of layers in the map (#269) @mddilley
  • Update Dropdown order of project roles, status, and phases to match Gitbook docs (#296) @sergiogcx

Bug fixes

  • Sets time zone to UTC when formatting for display (#260) @tillyw
  • Patch for mapbox styling WSOD error (#277) @sergiogcx
  • Fixes bug with File Upload (#276) @sergiogcx
  • Fixes bug in adding or edit Team members (#289) @sergiogcx
  • Replaces the ecapris_subproject_id unique constraint with an unconstrained index (#286) @tillyw
  • Fixes bug where adding team members doesn't associate to new project (#297) @sergiogcx
  • Fixes bug to handle saving a project when no team members are added (#287) @mddilley

Dependency Updates

  • Bump pyyaml from 5.3.1 to 5.4 in /moped-api/requirements (#258) @dependabot

v0.3.0 Bluebonnet Ln

23 Mar 22:00
60f104b
Compare
Choose a tag to compare
v0.3.0 Bluebonnet Ln Pre-release
Pre-release

image

What’s Changed

  • Fix bug where 'date_added' is overwritten with current date in Edit Staff form (#246) @mddilley
  • Update landing page from Dashboard to Projects page (#245) @tillyw
  • Implement various style refinements to Project Summary text panel (#247) @tillyw
  • Bump jinja2 from 2.11.2 to 2.11.3 in /moped-api/requirements (#253) @dependabot
  • Implement ability to soft-delete projects #4867 (#248) @sergiogcx
  • [Bug] Fix file uploads to show in the activity log #5544 (#250) @sergiogcx
  • Configure activity feed timestamps to display to users in CDT #5543 (#254) @sergiogcx
  • Improve fields displayed in activity log details from personnel table (#242) @mddilley
  • Make Activity Log Lambda Warmer #5547 (#251) @sergiogcx
  • Esthetic Adjustments (#244) @sergiogcx
  • Add reference documentation for Material Table (#240) @tillyw
  • Add Activity log tracking for file uploads and activity log mapping (#243) @sergiogcx
  • [Bug] Fix Activity feed to display all project changes as intended #5456 (#238) @sergiogcx
  • Project File Uploads (#230) @sergiogcx
  • User's Picture Upload #5454 (#237) @sergiogcx

Moped v0.2.0 Armadillo Rd

11 Mar 21:36
ac5d432
Compare
Choose a tag to compare
Pre-release

What’s Changed

image

  • Provide Hyperlinks for eCapris id (#217) @tillyw
  • Define project assign team refinements (#231) @tillyw
  • Fix problem with Cognito Entries in DynamoDB #5412 (#235) @sergiogcx
  • Login design refinements (#228) @tillyw
  • Project Staffing | Improve fields displayed in activity log from personnel table (#229) @mddilley
  • Remove date_added & capital_funded from Projects List (#234) @mateoclarke
  • Project Extent | Implement refinements to "Map project" step in new project workflow and "Project summary" page (#232) @mddilley
  • Project Phases enhancements (#207) @mateoclarke
  • Make "Project name" editable on Project summary page #5378 (#233) @sergiogcx
  • User Management | Update User query (#226) @mddilley
  • Moped API | File Uploads to S3 (#227) @sergiogcx
  • User Management | Add roles field to user table (#224) @mddilley
  • User Management | Update ETL to set user roles in create and update routes (#225) @mddilley
  • Edit Project | Implement ability to edit on Project Summary page #4948 (#205) @sergiogcx
  • JWT Token: Clean-up (#223) @sergiogcx
  • Return user to log in page upon session termination #4739 (#219) @sergiogcx
  • Project Staffing | Replace New Project team table (#218) @mddilley
  • Project Staffing | Edit and add project personnel (#210) @mddilley
  • Project Staffing | Delete project team (#216) @mddilley
  • Fixes the activity log label for project extend and geojson (#214) @sergiogcx
  • Bump cryptography from 3.2 to 3.3.2 in /moped-auth/cognito-pre-token-hook/requirements (#211) @dependabot
  • Bump cryptography from 3.2 to 3.3.2 in /moped-api/requirements (#212) @dependabot

Moped v0.1.1

10 Feb 22:49
20ab883
Compare
Choose a tag to compare
Moped v0.1.1 Pre-release
Pre-release

What’s Changed

Patches related to the Moped v0.1.0 release.

Moped v0.1.0

09 Feb 04:02
e0d15c9
Compare
Choose a tag to compare
Moped v0.1.0 Pre-release
Pre-release

This is the very first formal production pre-release of the Moped codebase using semantic versioning. We can only get better from here...