---
  layout: default.md
  title: "Implementation"
  pageNav: 3
---

# Implementation

<box type="tip">
This section can be used to describe some noteworthy details on how certain features are implemented.
</box>

### \[Proposed\] FeatureX Implementation

Given below is an example usage scenario and how FeatureX behaves at each step.

1. **Step 1**: User does something

   * **Expected**: FeatureX does something in response

1. **Step 2**: User does something else
   
      * **Expected**: FeatureX does something else in response

#### Design considerations:

**Aspect: How FeatureX executes:**

<panel header="**Alternative 1 (current choice):** Implementation 1">
Pros: Easy to implement.<br>
Cons: May have performance issues in terms of memory usage.
</panel>
<br>
<panel header="**Alternative 2:** Implementation 2">
Pros: Will use less memory.<br>
Cons: We must add addtional test cases.
</panel>
<br>

_{ More aspects and alternatives to be added }_

### \[Proposed\] Data archiving

_{ Explain here how the data archiving feature will be implemented }_