Update README.md

Change Organization links
This commit is contained in:
jesus 2025-01-02 12:43:04 +00:00
parent 2a6e791439
commit 0c95304939

View File

@ -1,7 +1,7 @@
# Backend internal interview (rust) - basic-fixed
> [!Tip]
> Use [Improve branch](/NewRelic/be-technical-interview-rust/src/branch/improved) as a full refactoring for <u>better quality, maintenance and readability</u>. (Structs, implementaitions, settings for multiple inputs, etc).
> Use [Improve branch](/jesus/be-technical-interview-rust/src/branch/improved) as a full refactoring for <u>better quality, maintenance and readability</u>. (Structs, implementaitions, settings for multiple inputs, etc).
> [!NOTE]
> Code in this branch simply **works as expected** trying to be preserve initial approach and not too much disruptive changes.<br>
@ -9,9 +9,9 @@
> 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>
> [!CAUTION]
> [Improve branch](/NewRelic/be-technical-interview-rust/src/branch/improved) should try to make code more modular and simple, avoid hardcoding, etc.
> [Improve branch](/jesus/be-technical-interview-rust/src/branch/improved) should try to make code more modular and simple, avoid hardcoding, etc.
See [main changes](/NewRelic/be-technical-interview-rust/src/branch/basic-fixed/CHANGES.md)
See [main changes](/jesus/be-technical-interview-rust/src/branch/basic-fixed/CHANGES.md)
A **Refactor metric-consumer** task
@ -19,11 +19,11 @@ A **Refactor metric-consumer** task
There are several branches developed as proposal:
- [Basic fixed one](/NewRelic/be-technical-interview-rust/src/branch/basic-fixed)
- [Basic fixed one](/jesus/be-technical-interview-rust/src/branch/basic-fixed)
> 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)
- [Improve one](/jesus/be-technical-interview-rust/src/branch/improved)
- [x] Define a basic model, easily to extend and modify. **Abstraction / Generic**.
- [x] Structs and implementations to specific metricis traitments. **Modular appoach**.