From 7e7988ecfd5327434b3abb83b0e6e8b46f67b4f4 Mon Sep 17 00:00:00 2001 From: pdekerret <59603197+pdekerret@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:19:15 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 30eb664..188615c 100644 --- a/README.md +++ b/README.md @@ -88,3 +88,13 @@ The tasks of this exercice are as follows: 1/ Implement the carbon footprint calculation of a product and persist the results in database. 2/ Implement a GET endpoint to retrieve the result. 3/ Implement a POST endpoint to trigger the calculation and the saving in the database. + +# Explorate the Front End + +Once an endpoint is created, it can then be used by the front-end, build on the low code framework Retool. Altough your role will mostly consists in developing on the Typescript backend, you will have to contribute to the low code platform from time to time. In the following, you will build your first functionality on Retool. Here are the steps to follow: +1/ Create a free account on the Retool platform. +2/ In the github project you can find a file dummy_data_form_submissions containing some dummy data. Implement a table showing the data and a search bar to search over the company name. +3/ Update the table to make the company column editable +4/ Display the activity sector as a tag. +5/ Display a graphic visualization of a benchmark within each Activity sectors, where you compare companies based on their scores. +