Skip to content

Instantly share code, notes, and snippets.

@dmitriy-sqrt
Last active September 26, 2018 16:19
Show Gist options
  • Select an option

  • Save dmitriy-sqrt/9200b0269aa8f3e75975c1e6654791eb to your computer and use it in GitHub Desktop.

Select an option

Save dmitriy-sqrt/9200b0269aa8f3e75975c1e6654791eb to your computer and use it in GitHub Desktop.
LR features
Feature: Process new move
blurb: take from above
Scenario: New move arrives
Given a new move has arrived
When the new move is processed
Then an invite should be sent to the moves residents
Scenario: New move processing creates a xxx
Given a new move has arrived
When the new move is processed
Then a new move should be created
######################################################3
### Basic hook processing from HTM
Feature: Sending initial email
Background:
Given system is up and ready?*
Scenario: (this might go to HTM)
When new Move In is created
Then Move In info is sent to LR
And LR receives an incoming Hook
When system receives a new Move In data
Then MoveIn data is processed #idea is we can view incoming data + saved records somewhere in the admin?
And all tenants get the initial emails
### Resident opening received emails
Scenario:
Given user received an offer(?*) email
When he follows the offer(?*) email link
Then he gets to start page of offer(?*) wizard
# Scenario: can link expire/move was cancelled/etc.?
### First steps of user wizard
Given I am a potential resident (?*) #i have received the email and my data is in the system
When I start a Sale wizard
Then I see a first step of sale wizard #Hi, user, blabla, you are movein in, here are your suppliers
# is it still an offer?*
#Given I am a potential resident (?*)
When I've accepted an offer
Then I am asked to review & accept terms of service
#
When I've accepted terms of service
Then I'm asked to confirm my details #address/phone/email
When I've updated and/or confirmed my details
Then ... #not sure whats next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment