Everyone working on development are all sharing the same database, which could lead to issues in the event of a catastrophic database change, or if the database schema needs to be changed and backwards compatibility isn't possible.
Solution: local development environment using docker with pre-populated dummy data.
Everyone working on development are all sharing the same database, which could lead to issues in the event of a catastrophic database change, or if the database schema needs to be changed and backwards compatibility isn't possible.
Solution: local development environment using docker with pre-populated dummy data.