Therapy Sublet is where you can list the office space you have available for Therapists.
Therapy Sublet is where you can list the office space you have available for Therapists.
In Therapy Sublet we used Bootstrap for implementing the Front End. No specific design was required for the implementation of this project.
This is a Ruby on Rails project. We created a custom calendar to block dates for booking the rooms. This calendar is synced with Google Calendar.
We integrated it with Stripe as a payment gateway.
The development team was conformed by 2 engineers working full time.
# Create a drop-down with date values # Params: # form: Form Object # field: Name of the field def create_date_select_sample(field, value) date_select field, nil, { use_month_numbers: :true, use_two_digit_numbers: :true, start_year: Time.now.year, selected: value, prompt: { year: 'year', month: 'month', day: 'day' }, include_blank: value.nil? }, { class: 'form-control input-sm' } end # Create a drop-down with time values # Params: # form: Form Object # field: Name of the field
MISSING CODE EXAMPLE
Don't take our word for it.
We run Therapy Sublet through Code Climate, and this third party app rates our code and gives us recommendations in how to improve it.
We have weekly calls where we discuss progress. We use Skype, Google Hangouts or GotoMeeting.
We agreed on a day and time that worked for everyone.
In the beginning we send a timeline specifying the planning and tasks for that week.
These tasks are the same cards we have planned in Trello.
We translate all requirements into stories in Trello Cards.
Trello is the place to add any specification, ask questions or comments to the team.
Once the tasks are done they go through a testing process and we pass them for your approval.
Every week we will pass cards onto the client list for you to give us feedback.
Once the functionality is completed one of our functional testers will try to break the feature.
We either move it to Needs Improvement or pass it to you for feedback.
We need the support from you to review the cards and Approve them or tell us how to improve it.
This is key to meet goals and being on time in the development of the application.