diff --git a/README.md b/README.md index 8fca5a4..a6c164b 100644 --- a/README.md +++ b/README.md @@ -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)
-[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)
+[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.
-> 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.
> 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)