Board Meeting & Email Discussion Archives and Old Website Access #3667
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.
boardMeetings.jsonidentifies all the board meetings and links, including the current ones. I'm working on a script that will search the news and automatically add new meetings as they're announced to this file as they're announced so it will be easy to maintain.AccordionContentis an implementation of the "accordion" construct that's used in the FAQ and other places on the website. I'm using this for the email archives. My hope is to replace the code in various places with an instantiation of this component so we've just got one copy of this construct (and this will reduce the code size).Archivesis a Vue component responsible for serving the page containing the links to the board meetings and email discussions. It's launched using the/ProgramOrganization/BoardArchivesroute.The changes to the
BoardVue component are what provides access to the new archives navigation and also the snapshot of the old website.