Rent your Stuff - Jmix Video Series
37 results
#8 - Ensure customers are loaded in UI
Let's implement our first web integration test to verify the UI layer also works as expected add a dependency …
#23 - Introduce Multi-Tenancy - Part 1
In order to offer the application to multiple clients, let's enhance the rent-your-stuff application with multi-tenancy …
#35 - Show customer details after selection - Part 2
The conditional UI logic from #34 should be tested. This is what we are doing in this video. ensure customer …
#19 - Organise products in categories - Part 2 - Testing
Ensure a category can be selected during product creation: create UI test for selecting category during product creation ensure product …
#32 - Search Customer in Order Creation - Part 1
To improve user experience during order creation, let them search for customers directly in the screen use Jmix's entity …
#18 - organise Products in Categories - Part 1
Let's introduce a Product Category to the mix to better group products. We will cover the following topics: create …
#0 - About
This video talks about the upcoming video series "Rent your Stuff" and the ideas behind it. Mainly those are: create …
#7 - Ensure only valid Addresses can be stored
In this issue we will implement the second test case, which is dealing with the Address entity. test validation of …
#6 - Ensure only valid Customers can be stored
In this issue we will implement the very first test case to back up our implementation of storing customers. create …
#27 - Create Rental Order - Part 3
Let's create a custom validation for a rental order: a valid rental period create a custom validation annotation ValidRentalPeriod …
#14 - Refactoring: Cleanup UI test interactions
In this issue we will refactor the UI test interactions a little more, to make it easier to create the …
#12 - Create Products - Part 1 - Product Information
Let's create the second domain entity that will be of importance for our application: Products create Product entity & standard …
#30 - Create Rental Order - Part 6
After the new test data creation approach, let's use this for creating the order storage test: create test case …
#3 - Walking Skeleton - Use PostgreSQL as database
In this issue we will continue to configure our walking skeleton by preparing our application to use Postgres as our …
#11 - Ensure Customers can be saved through the form - Part 2
Following up from issue #10, in this video we will try to fix our flaky tests: identify the test data …
#24 - Introduce Multi-Tenancy - Part 2 - Make Tests run as a Tenant
Let's make our tests run as a particular tenant to mirror the actual user scenario create a Tenant and …
#17 - Display Currency for Product Prices - Part 2
After introducing the Money embeddable entity, we need to fix the product tests: use Money wrapper class instead of BigDecimal …
#2 - Walking Skeleton - Infrastructure Provisioning
Continuing on the walking skeleton of our application, we now shift towards the infrastructure. In particular, we will use Heroku …
#0 - Create Project
In this issue we will create the very first part of a walking skeleton which is to: create Jmix project …
#31 - Create Rental Order - Part 7
After having the domain model in place, let's start with a very simple UI for the order generate UI …
Search by
Home
About
Github
Dark theme
Category
All
CI/CD
Database
Entity
Infrastructure
Intro
Multi-Tenancy
Testing
UI
Database
Database
#3 - Walking Skeleton - Use PostgreSQL as database
Walking Skeleton - Use PostgreSQL as database
2022-01-29