-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move add trees screen to new testing folder
- Loading branch information
1 parent
f684c87
commit 1104d23
Showing
3 changed files
with
44 additions
and
18 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Testing Folder | ||
|
||
This folder contains code and components currently used for testing or experimentation purposes. The code here is not part of the active production application. | ||
|
||
## Included in This Folder | ||
|
||
### **AddTrees Screen** | ||
- **Original Purpose:** A screen for adding multiple trees of a specific species to the database. It allows the user to: | ||
- Enter the species name. | ||
- Specify the quantity of trees to add. | ||
- Generate QR codes for each tree after adding them to the database. | ||
- **Reason for Relocation:** This functionality was moved outside the app, but the screen is preserved here for reference or future testing. | ||
|
||
## Notes | ||
- Code in this folder should not be included in production builds. | ||
- If functionality in this folder becomes relevant again, it should be reviewed, tested, and integrated into the main application. |
46 changes: 28 additions & 18 deletions
46
src/components/AddTrees/styles.ts → src/testing/AddTrees/styles.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters