Yes, you could do some of this stuff without the command line, but since we're practicing the command line, let's use that!
Before actually tackling this list and executing commands, first list out which commands you think you'll use for each task. Compare your list with someone else before you get hackin'.
- Go back in time and download the Ada daily-curriculum repo as of Feb 2015
- Rename the directory to
daily-curriculum-old
- Make a copy of the entire directory called
daily-curriculum-new
- Move all the files from
week/day/
to a new folder calledtopic_resources
- Fix all the now-broken links to
topic_resources/*
- Remove all topic_resources that are not mentioned in any weekly_overview.md
- Move stray files in
/
to/topic_resources/
IFF they are actually referenced somewhere, otherwise, delete them.
- Move the contents of each
weekly_overview.md
into one file calledcohort_calendar.md
- Delete all the empty directories
- Repeat this process for
intern_weeks/
- Consistency with - or _ in file/folder names
- UGH The table dividers not aligning on the cohort_schedules pages
- There's probably more...