Heitor Lessa

Results 43 issues of Heitor Lessa

Tests are not completely pushed upstream, and when they're finalized we need a new `ci` target to include deploy and tests altogether. Given the major changes that are yet to...

back-end

Currently, only `outboundFlightId` is included in the state machine. This issue is a reminder to include the entire booked flight object within the State Machine. This would enable fine grained...

back-end

All bookings are currently loaded. This issue is to implement both UI and Store change to specifically only load current + future bookings in the main view, and a separate...

front-end

Currently thinking on 2 levels of workshop: Assisted and hardcore. **Assisted** * Provide front-end using mock data * Provide snippets that could be used to solve implementation details * Provide...

documentation

Booking is currently written in Python, and needs integ testing for the following functions: * [ ] cancel-booking * [ ] confirm-booking * [ ] notify-booking * [ ] reserve-booking...

back-end

> **Out of scope** during Twitch Series but a nice to have feature that can be implemented Booking is not currently using Subscription, and it could be done by leveraging...

enhancement
good first issue

> **Out of scope** during Twitch Series but a nice to have feature that can be implemented Loyalty is not currently using Subscription, and it could be done by leveraging...

enhancement
good first issue

There's been a ton of improvements like event handler, Idempotency, AppConfig support in Parameters for feature flags, etc. :) Adding on behalf of Nico for Nico!

Hey team, I'm getting CVE alerts about [semver](https://npmjs.com/advisories/31) and [bl](https://npmjs.com/advisories/596) dependencies that are used by `gatsby-plugin-printer` all the way down to [LevelUp](https://github.com/Level/levelup/issues/676) who removed that as a dependency. Is there...

Hello, I've been trying to use `versions` feature to have docs available for the latest version from `master` branch, and latest docs for `develop` of unreleased features. I'm getting the...