Skip to content

1st try#1

Open
Ffffanglin wants to merge 6 commits intomainfrom
assigment
Open

1st try#1
Ffffanglin wants to merge 6 commits intomainfrom
assigment

Conversation

@Ffffanglin
Copy link
Copy Markdown
Owner

@Ffffanglin Ffffanglin commented Oct 9, 2025

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

What did you learn from the changes you have made?

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

How were these changes tested?

A reference to a related issue in your repository (if applicable)

Checklist

  • I can confirm that my changes are working as intended
    1st try

Copy link
Copy Markdown

@anjali-deshpande-hub anjali-deshpande-hub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review comments:

  1. Instead of using an absolute path like /Users/fanglingong/newproject/data/raw, it is better to use relative path such as ./data/raw to make the script portable across different machines and environments. Remember that hard coded paths can only work on your machine, while relative paths will adapt to the current directory structure.
    (Questions 2, 5, 6)
  2. Minor observation: In Question 8, the command touch inventory.txt is not required since the redirection operation > will create the file.

Please make the required changes for re-review. Thank you.

@danielrazavi
Copy link
Copy Markdown

The automation hasn't ran on this PR, can you please make sure github actions are on for this repo?

@Ffffanglin
Copy link
Copy Markdown
Owner Author

image Hi, “Allow all actions and reusable workflows" is always on. Could you please let me know what else I can do to check or change?

Copy link
Copy Markdown

@danielrazavi danielrazavi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Manually marked. Tiny change needed.

Comment thread 02_activities/assignments/assignment.sh Outdated
cp server*.log ./data/processed/server_logs
# 6. Repeat the above step for user logs and event logs

cp server*.log ./data/processed/user_logs
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

repeat the above steps for user logs and event logs, meaning move the user logs into the user logs folder and move the event logs into the event logs folder.

@danielrazavi
Copy link
Copy Markdown

also, part 2 seems to be missing.

@danielrazavi
Copy link
Copy Markdown

Great! Looks good to me :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants