chore: fix README.md

This commit is contained in:
Jesús Pérez 2024-10-17 15:47:49 +01:00
parent 9c1d1d1296
commit 6a9759494e
No known key found for this signature in database

View File

@ -1,9 +1,9 @@
# Backend internal interview (rust) - basic-fixed
> [!NOTE]
> Code simply **works as expected**
> It is not be able to **process multiple metrics in parallel** yet.
> A full refactoring has to be done for <u>better quality, maintenance and be more readable</u>. (Structs, implementaitions, settings for multiple inputs, etc).
> Code simply **works as expected** <br>
> It is not be able to **process multiple metrics in parallel** yet. <br>
> A full refactoring has to be done for <u>better quality, maintenance and be more readable</u>. (Structs, implementaitions, settings for multiple inputs, etc). <br>
See [main changes](/NewRelic/be-technical-interview-rust/src/branch/basic-fixed/CHANGES.md)
@ -14,8 +14,7 @@ A **Refactor metric-consumer** task
There are several branches developed as proposal:
- [Basic fixed one](/NewRelic/be-technical-interview-rust/src/branch/basic-fixed)
> A basic code review, fixed with minor and essential changes to work as expected.
> A basic code review, fixed with minor and essential changes to work as expected. <br>
> Tests are included for verification.
- [Improve one](/NewRelic/be-technical-interview-rust/src/branch/improved)