Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement learning journal page #22

Closed
3 tasks done
LauraBeatris opened this issue Jan 25, 2021 · 0 comments · Fixed by #23
Closed
3 tasks done

Implement learning journal page #22

LauraBeatris opened this issue Jan 25, 2021 · 0 comments · Fixed by #23
Assignees
Projects

Comments

@LauraBeatris
Copy link
Owner

LauraBeatris commented Jan 25, 2021

Description

Implement a learning journal page to document my learning journey

Tasks

  • Implement LearningJournal model at GraphCMS
  • Implement content of LearningJournal at GraphCMS
  • List LearningJournal results

Notes

LearningJourneyEntry model:

{
  
  date: Date,
  work: Array<string>;
  curiosity: Array<string>;
  programming: Array<string>;
}
@LauraBeatris LauraBeatris created this issue from a note in Roadmap (To do) Jan 25, 2021
@LauraBeatris LauraBeatris changed the title Implement learning journal Implement learning journal page Jan 25, 2021
@LauraBeatris LauraBeatris self-assigned this Jan 25, 2021
@LauraBeatris LauraBeatris linked a pull request Jan 25, 2021 that will close this issue
Roadmap automation moved this from To do to Done Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant