Skip to content

Commit

Permalink
#64 Moved the docs to the /docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jofaval committed Jul 22, 2022
1 parent 5a36e87 commit 9d6d99f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 31 deletions.
25 changes: 0 additions & 25 deletions CHALLENGES.md

This file was deleted.

24 changes: 18 additions & 6 deletions docs/CHALLENGES.md
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.

0 comments on commit 9d6d99f

Please sign in to comment.