make test
make db
make web-server
The main goal of this test is to see how you structure code. It is very important for us to achieve a good quality and flexibility. There is nothing like a wrong or perfect implementation, if you can explain and argue why you implemented it like you did, you are on a good way. Also a thing you should have in mind; Software development isn´t only about code, it´s about decisions.
Timeframe: 1-3 hours
As a Lawyer i want to be able to create and update my cases to have a good overview over my workload.
- You need to be able to CRUD Legal cases
- Each case should be assignable to 1 lawyer
- The application should be able to handle multiple lawyers
- There must be a way to check that the system is working e.g. choose between a ui or unit tests
nice to have but not necessary
- Persistence
- Login system
Basic models which needs to be extended
- Lawyer
- Client
- Case description
- Legal field
- Firstname
- Lastname
- LegalCases
- Firstname
- Lastname
- LegalCases