Skip to main content

Trips

Many of the features we are building will inclute "Trips" in City we will eventualy allow a user to plan a Trip, in Transit, in Jar and more. the goal is to centrelize the Trips data into a single feature so it can be used in many ways.

Task Chat Branch Design BackBone Launch
note

This document is not meant to outline how to use the API endpoints, rather how to build it. We outline what it's capabilities should be, once you have built them, you can create documentation on how to utilize them on the APIs tab.


Description

Trips are any plan or current A to B desctination, basicly everything is a trip, this allows us to pack a trip with featurs, this about all senarios and more.

Status

warning

These details are only updated with each release, for more acurate updates and keeping track of progress, see the task in GitHub.

Doc StatusProduct StatusLast UpdateVersionReleasePhase
In ProgressUp Next04.03.20240.01InternalAlpha

Team

OwnerLead
Mendy-

Reminders

  • Keep code lean and clear
  • follow the outlined arcetecture
  • write commetes in your code
  • update the staus in the docs and in GitHub
  • try not to recreate functions we alredy have, rather update exsiting functions to support your needs
  • Be sure to follow the release guidelines
  • Update Documentation
  • keep API docs up to date each time you update or add endpoints