-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: parse manifesti by degreeType (multiple files) and by courseNam…
…e (one file) NOTE: see docs/main_process.pdf NOTE: byCourseName file wasn't originally considered, added during construction
- Loading branch information
1 parent
d659346
commit 8377f35
Showing
5 changed files
with
97 additions
and
17 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
package constants | ||
|
||
const ( | ||
OutputBaseFolder = "output" | ||
OutputHtmlFolder = "html" | ||
OutputLinksFilename = "links.txt" | ||
OutputStatsFilname = "stats.json" | ||
OutputManifestiListFilename = "manifesti_list.json" | ||
|
||
OutputBaseFolder = "output" | ||
OutputParsedManifestiFolder = "manifesti" | ||
OutputParsedManifestiAllFilename = "all.json" | ||
|
||
TmpDirectoryName = "tmp" | ||
) |
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
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