-
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.
#64 Moved the docs to the /docs folder
- Loading branch information
Showing
4 changed files
with
18 additions
and
31 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,16 +1,28 @@ | ||
# Challenges # | ||
|
||
A quick view into what are some of the challenges that I either will be facing or already am. | ||
|
||
## Contents | ||
|
||
1. [Conceptual](#conceptual) | ||
1. [Technical](#technical) | ||
1. [Data storage](#data-storage) | ||
1. [Domain context](#domain-context) | ||
1. [Tech stack](#tech-stack) | ||
|
||
## Data storage | ||
[↑ Table of contents](#contents) | ||
|
||
The main focus of this app is that it's completely locally stored, no data should fetched nor uploaded to any sort of server, so that the data is as private as possible. | ||
|
||
But, doing that, effectively, and also securing the data locally, that will, for sure, be a challenge, because, what about cache? what if the user refresh or removes all local data, should then the app data be removed with it? And many more challenges that will rise along the way. | ||
|
||
## Conceptual | ||
## Domain context | ||
[↑ Table of contents](#contents) | ||
|
||
I know almost nothing about the menstrual cycle, which is something I'll tackle, deeply, in this project, and that's something I'm looking forward. | ||
I've mentioned this quite a few times, but, as a cis male, I'm not experienced with the period tracking apps, nor what should be tracked or not, and how, about the period. It will be a learning process, but it is indeed something I have to learn, and want to. | ||
|
||
## Technical | ||
## Tech stack | ||
[↑ Table of contents](#contents) | ||
|
||
My first time using Github Projects, Vue, Vite, Vitest, Typescript (in a serious project, not the first time typing). | ||
This is my second Vue app/project ever, and the first completely serious one I've ever deployed. It is also the first project I've ever managed with Github Projects, coming from Trello and Jira (mostly Trello). | ||
|
||
First time using: pinia, i18n, cypress (kind of), vite, vitest, element-plus (vue's library) and tailwind. |
File renamed without changes.
File renamed without changes.