From 8185192fdb2b36b540af0b427124ac7c0359fe76 Mon Sep 17 00:00:00 2001 From: xavier Date: Sun, 23 Jun 2024 13:04:49 +0200 Subject: [PATCH] remove Wallapop references in readme --- README.md | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 15ed79d..28d01d4 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,6 @@ -# Wallapop Backend Tech Test +# Mars Rover Backend Kata -Hello candidate!! - -Welcome to Wallapop and its backend technical test - -## Mars Rover refactoring kata - -We need to improve the existing solution that translates commands sent from Earth to instructions that are understood by our Rover on Mars - -Currently, the code is very complicated and tangled, so we'd like you to invest some time to clean it up +Welcome. We need a solution that translates commands sent from Earth to instructions that are understood by our Rover on Mars ### Functional requirements ``` @@ -62,18 +54,10 @@ Then: - Be extensible to allow the introduction of new features in an easy way. - Use any package dependency mechanism. -## Our evaluation +## Evaluation - We will focus on your design and on your own code over the usage of frameworks and libraries - We will also take into account the evolution of your solution, not just the delivered code - We will evolve your solution with feasible features and evaluate how complex it is to implement them -## How to do it - -This project is a [Template Project](https://help.github.com/en/articles/creating-a-repository-from-a-template) that allows you to create a new project of your own based on this one - -We would like you to maintain this new repository as private, and give access to `wallabackend` to evaluate it once you are done with your solution - -Please, let us know as soon as you finish, otherwise we will not start the review - -Thanks & good luck!! +Thanks!!