Skip to content

✨ RecDotGov Tours + Timed Entry#151

Merged
juftin merged 4 commits intojuftin:0.9.0from
jingyuanliang:tours
Jan 18, 2023
Merged

✨ RecDotGov Tours + Timed Entry#151
juftin merged 4 commits intojuftin:0.9.0from
jingyuanliang:tours

Conversation

@jingyuanliang
Copy link
Copy Markdown
Contributor

@jingyuanliang jingyuanliang commented Nov 15, 2022

A tour facility is currently modeled as a campground and each individual tour is a campsite. User interface was not updated yet but the logic does the work as expected.

I'm not an regular user of Python typing so I probably erased some typing info or didn't use it correctly here and there.

Fixes #74.

Description

Has This Been Tested?

Checklist:

  • I've read the contributing guidelines of this project
  • I've added a BUMP_MAJOR, BUMP_MINOR, or BUMP_PATCH label to this PR to increment the version
  • I've installed and used .pre_commit on all my code
  • I have documented my code, particularly in hard-to-understand areas
  • I have made any necessary corresponding changes to the documentation

@juftin
Copy link
Copy Markdown
Owner

juftin commented Nov 17, 2022

👏 👏 I've just started getting a look at this but super exciting! Loving those BaseClass and mixins as well. This is a decent sized refactor but looks to be very well done. I'm looking forward to getting some review on this ASAP.

@juftin juftin added enhancement New feature or request camply provider This is related to a new camply provider BUMP_MINOR refactoring Refactoring labels Nov 17, 2022
@jingyuanliang jingyuanliang force-pushed the tours branch 4 times, most recently from 2651b6c to 5739da6 Compare November 18, 2022 06:28
@juftin
Copy link
Copy Markdown
Owner

juftin commented Nov 27, 2022

Added some refactoring here: jingyuanliang#1

This functionality could use some documentation (on the Base Classes and the and simple unit tests @ tests/command_line_tests.sh)

jingyuanliang and others added 4 commits November 30, 2022 06:57
A tour facility is currently modeled as a campground and each individual
tour is a campsite. User interface was not updated yet but the logic
does the work as expected.
With this endpoint, available time slots can be extracted. They're
attached as equipments on each tour (as campsite).
@jingyuanliang
Copy link
Copy Markdown
Contributor Author

Rebased to eliminate merge from main.

@juftin juftin changed the base branch from main to 0.9.0 January 18, 2023 06:12
@juftin juftin changed the title Add support for tours (ticket and timed-entry) as new providers ✨ RecDotGov Tours + Timed Entry Jan 18, 2023
@juftin juftin merged commit d5663cf into juftin:0.9.0 Jan 18, 2023
juftin added a commit that referenced this pull request Jan 25, 2023
* Add support for tours (ticket and timed-entry) as new providers

A tour facility is currently modeled as a campground and each individual
tour is a campsite. User interface was not updated yet but the logic
does the work as expected.

* Add RecreationDotGovDailyTicket and RecreationDotGovDailyTimedEntry

With this endpoint, available time slots can be extracted. They're
attached as equipments on each tour (as campsite).

* RecreationDotGov Tours (#1)

Flake8 + ABC

* Fix Flake8 lint errors

Co-authored-by: Justin Flannery <juftin@juftin.com>
juftin added a commit that referenced this pull request Jan 25, 2023
* Add support for tours (ticket and timed-entry) as new providers

A tour facility is currently modeled as a campground and each individual
tour is a campsite. User interface was not updated yet but the logic
does the work as expected.

* Add RecreationDotGovDailyTicket and RecreationDotGovDailyTimedEntry

With this endpoint, available time slots can be extracted. They're
attached as equipments on each tour (as campsite).

* RecreationDotGov Tours (#1)

Flake8 + ABC

* Fix Flake8 lint errors

Co-authored-by: Justin Flannery <juftin@juftin.com>
juftin added a commit that referenced this pull request Jan 25, 2023
* Add support for tours (ticket and timed-entry) as new providers

A tour facility is currently modeled as a campground and each individual
tour is a campsite. User interface was not updated yet but the logic
does the work as expected.

* Add RecreationDotGovDailyTicket and RecreationDotGovDailyTimedEntry

With this endpoint, available time slots can be extracted. They're
attached as equipments on each tour (as campsite).

* RecreationDotGov Tours (#1)

Flake8 + ABC

* Fix Flake8 lint errors

Co-authored-by: Justin Flannery <juftin@juftin.com>
juftin added a commit that referenced this pull request Jan 25, 2023
* ✨ RecDotGov Tours + Timed Entry (#151)

* Add support for tours (ticket and timed-entry) as new providers

A tour facility is currently modeled as a campground and each individual
tour is a campsite. User interface was not updated yet but the logic
does the work as expected.

* Add RecreationDotGovDailyTicket and RecreationDotGovDailyTimedEntry

With this endpoint, available time slots can be extracted. They're
attached as equipments on each tour (as campsite).

* RecreationDotGov Tours (#1)

Flake8 + ABC

* Fix Flake8 lint errors

Co-authored-by: Justin Flannery <juftin@juftin.com>

* ✨ RecDotGov Tours + Timed Entry

* 📝 New Provider Docs (#190)

* 📝 New Provider Docs

* 📝 Provider Docs

Co-authored-by: jingyuanliang <jingyuanliang@google.com>
github-actions Bot pushed a commit that referenced this pull request Jan 25, 2023
# [v0.9.0](v0.8.0...v0.9.0) (2023-01-25)

## ✨ New Features
- [`54000e3`](54000e3)  RecDotGov Tours + Tickets + Timed Entry (#189) (Issues: [`#189`](#189) [`#151`](#151) [`#1`](#1) [`#190`](#190))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

camply provider This is related to a new camply provider enhancement New feature or request refactoring Refactoring

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support "Timed Entry" tickets

2 participants