Update README

Change organization links
This commit is contained in:
jesus 2025-01-02 12:41:39 +00:00
parent de89086e90
commit fd1ca738ce

View File

@ -1,7 +1,7 @@
# Backend internal interview (rust) - improved
This **Improved** branch is a rather disruptive approach to the [initial proposal](https://repo.jesusperez.pro/NewRelic/be-technical-interview-rust)<br>
[Branch basic-fixed](https://repo.jesusperez.pro/NewRelic/be-technical-interview-rust/src/branch/basic-fixed) tried to solve proposal from initial code
This **Improved** branch is a rather disruptive approach to the [initial proposal](https://repo.jesusperez.pro/jesus/be-technical-interview-rust)<br>
[Branch basic-fixed](https://repo.jesusperez.pro/jesus/be-technical-interview-rust/src/branch/basic-fixed) tried to solve proposal from initial code
as a **continuity effort** with the necessary changes and some improvement adjustments such as the **parallel input processing**
> [!NOTE]
@ -14,14 +14,14 @@ as a **continuity effort** with the necessary changes and some improvement adjus
- [x] Structs and implementations to specific metricis traitments. **Modular appoach**.
- [x] Settings and configuration for interactive and non interactive processing (batch mode) **Customize on context**.
See [main changes](/NewRelic/be-technical-interview-rust/src/branch/improved/CHANGES.md)
See [main changes](/jesus/be-technical-interview-rust/src/branch/improved/CHANGES.md)
> [!IMPORTANT]
> Use [ABOUT](ABOUT.md) content for quick [Verification](ABOUT.md) (it requires download and build)
## Benefits
Elements items come from [main changes](/NewRelic/be-technical-interview-rust/src/branch/improved/CHANGES.md)
Elements items come from [main changes](/jesus/be-technical-interview-rust/src/branch/improved/CHANGES.md)
| Element | Benefit |
|----------------- |---------|
@ -51,7 +51,7 @@ Elements items come from [main changes](/NewRelic/be-technical-interview-rust/s
> [!NOTE]
> Code is in a private repository with several other branches.<br>
> Link to [branch repository improved](https://repo.jesusperez.pro/NewRelic/be-technical-interview-rust/src/branch/improved)
> Link to [branch repository improved](https://repo.jesusperez.pro/jesus/be-technical-interview-rust/src/branch/improved)
---
@ -59,8 +59,8 @@ Elements items come from [main changes](/NewRelic/be-technical-interview-rust/s
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. <br>
- [Improve one](/NewRelic/be-technical-interview-rust/src/branch/improved)
- [Improve one](/jesus/be-technical-interview-rust/src/branch/improved)