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

Necessary low level elements for User Preferences #302

Merged
merged 11 commits into from
Jan 19, 2023

Conversation

sgrossberndt
Copy link
Contributor

  • New OptimisationMethods
  • Walking and Cycle Profile search
  • IncludeAlternativeOptions
    For Trips

Documentation chapter 5.4. https://vdvde.sharepoint.com/sites/CENTC278WG3SG8OJP/Freigegebene%20Dokumente/General/Version_2.0/210713-OJP-64_e_stm-2.0_work.docx?web=1

ue71603 and others added 6 commits December 20, 2022 10:15
No UserPreference for the time being.
New optimisation methods, walking and cycling profile and includeAlternativeOptions
all for Trips
multiple OptimisationMethods with wrapper
Improved docu for some points
removed normal from descriptions of  cycling
improved description of hiking
@sgrossberndt
Copy link
Contributor Author

superseeds: https://github.com/VDVde/OJP/pull/221/files
done incorrectly in #271, new try here

ue71603
ue71603 previously approved these changes Jan 19, 2023
skinkie
skinkie previously approved these changes Jan 19, 2023
<xs:element name="OptimisationMethod" type="OptimisationMethodEnumeration"/>
<xs:element name="OptimisationMethods" type="OptimisationMethodList" minOccurs="0">
<xs:annotation>
<xs:documentation>the types of algorithm that can be used for planning a journey (fastest, least walking, etc)</xs:documentation>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<xs:documentation>the types of algorithm that can be used for planning a journey (fastest, least walking, etc)</xs:documentation>
<xs:documentation>the types of algorithm that can be used for planning a journey (fastest, least walking, etc.)</xs:documentation>

<xs:sequence>
<xs:element name="OptimisationMethod" type="OptimisationMethodEnumeration" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="OptimisationMethodEnumeration">
<xs:annotation>
<xs:documentation>the types of algorithm that can be used for planning a journey (fastest, least walking, etc). If multiple optimisation methods are needed, then several requests should be performed in parallel.</xs:documentation>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<xs:documentation>the types of algorithm that can be used for planning a journey (fastest, least walking, etc). If multiple optimisation methods are needed, then several requests should be performed in parallel.</xs:documentation>
<xs:documentation>the types of algorithm that can be used for planning a journey (fastest, least walking, etc.). If multiple optimisation methods are needed, then several requests should be performed in parallel.</xs:documentation>

@sgrossberndt sgrossberndt dismissed stale reviews from skinkie and ue71603 via a966520 January 19, 2023 17:39
OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
OJP/OJP_Trips.xsd Outdated Show resolved Hide resolved
skinkie
skinkie previously approved these changes Jan 19, 2023
Copy link
Contributor

@ue71603 ue71603 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@skinkie ready for your approval.

@skinkie skinkie merged commit 096290d into changes_for_v1.1 Jan 19, 2023
@skinkie skinkie deleted the User_Preferences_2 branch January 19, 2023 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants