Open
Conversation
There was a problem hiding this comment.
Autograder results
| question | status | comment |
|---|---|---|
| Part 1 - Q1 | ❌ | data directory does not exist |
| Part 1 - Q2 | ❌ | rawdata not moved to data/raw |
| Part 1 - Q3 | ❌ | ls command not run |
| Part 1 - Q4 | ❌ | Missing directories: data/processed/server_logs, data/processed/user_logs, data/processed/event_logs |
| Part 1 - Q5 | ❌ | No server log files in data/raw |
| Part 1 - Q6 | ❌ | No user log files in data/raw; No event log files in data/raw |
| Part 1 - Q7 | ✅ | |
| Part 1 - Q8 | ❌ | data/inventory.txt does not exist |
| Part 2 | ❌ | coworker-changes branch not found in commit history |
Please address the issues listed above.
added 5 commits
March 3, 2026 20:39
…e data directory has been made, but no log files have yet been added. :wq Please enter the commit message for your changes. Lines starting
… the previous save. :wq
…ta. I have not yet moved the raw data into the files.
… is the script up to step 8. Please enter the commit message for your changes. Lines starting
…e files have been organized and there is a txt file with a list of all log files.
added 2 commits
March 3, 2026 20:50
This file contains hidden or 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
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.
What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
I was trying to organize create files on git and organize log files.
What did you learn from the changes you have made?
I have learned how to copy and organize files, and transfer files to a txt file.
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
I was thinking of using a manual copy strategy (cp) for the log files as I was struggling with copying the server_log.log files
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
I encountered many challenges, namely with the assignment.sh file being in a different location on my computer. I had to copy this file to newproject. I relied heavily on lecture slides, videos, and internet resources that helped troubleshoot. I think I took a very roundabout way to get to the end result, and I am eager to learn how to undo things. I had to delete the file manually many times, and re-upload the git script. I eventually felt comfortable restarting from the already-downloaded forked file.
How were these changes tested?
the changes were tested by running bash assignment.sh, I also checked in the file on my computer to ensure that the log files were organized, that the txt file was in the right place and showing what I wanted it to show.
A reference to a related issue in your repository (if applicable)
Checklist