-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add node experiences to Technical and Operational page of website. Fixes #21. #77
Merged
Conversation
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
malloryfreeberg
added
the
documentation
Improvements or additions to documentation
label
Dec 14, 2023
amycurwin
reviewed
Jan 9, 2024
malloryfreeberg
requested review from
M-casado and
amycurwin
and removed request for
ahornos
January 11, 2024 07:57
M-casado
approved these changes
Jan 11, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like the changes. I managed to see the changes locally myself and I think this format looks great! Thanks Marcos! |
amycurwin
approved these changes
Jan 12, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Node experiences written by representatives of FEGA Finland, Norway, Poland and Sweden were added to the "Technical and Operational" page of the FEGA Onboarding website in the "Learn from current node implementations" section. In this first addition of content, five different experiences are described by 1-3 nodes. Each experience is listed followed by a list of clickable name(s) of a node which expands to show that node's content. Each block of content follows the same template of listing the Author(s) and including 4 subheadings: What did we do?, What went well?, What could have gone better?, and What did we learn?.
Motivation and Context
Fixes #21. It has been recognised by current and onboarding FEGA nodes that learning from previous nodes' experiences setting up their FEGA node is highly valuable. By sharing node experiences in a structured, static way on the onboarding website, interested nodes can learn from this and hopefully have a more efficient journey joining the FEGA network.
How has this been tested?
The actual node experience content was simply copied and pasted from a working Google document that all nodes contributed to. To test the expandable content aspect of the website, the site was locally built and served using the method described below.
What should reviewers focus on?
git clone
the FEGA-onboarding repository and navigate to it usingcd FEGA-onboarding
. NB If you've cloned the repo previously, simply usegit pull
to get the latest changes.mf-add-node-experiences
branch locally on your computer usinggit checkout mf-add-node-experiences
.bundle exec jekyll serve
. NB You might need to install/update dependencies to use this feature. See more info here.Types of changes
Checklist: