Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file system update #89

Merged
merged 2 commits into from
Jun 4, 2024
Merged

file system update #89

merged 2 commits into from
Jun 4, 2024

Conversation

danielrazavi
Copy link
Member

Pull Request Description

Summary:
This PR reorganizes the folder structure to enhance clarity and consistency across all repositories. The following changes have been made:

  1. Renamed and Reorganized Folders:
    • 01_slides is now 01_materials containing slides.
    • 02_assignments is now 02_activities containing assignments and homework.
  2. Updated Descriptions to the below template

New Folder Structure:

.
├── .github
├── 01_materials
│   ├── slides
│   └── labs
├── 02_activities
│   ├── assignments
│   ├── exercises
│   └── homework
├── 03_instructional_team
├── 04_cohort_three
├── 05_src
│   ├── sql
│   ├── logs
│   ├── data
│   └── requirements.txt
├── .gitignore
├── LICENSE
├── README.md
└── steps_to_ask_for_help.png

Details:

  • .github: Contains issue templates and pull request templates for the repository.
  • materials: Module slides and interactive notebooks (.ipynb files) used during learning sessions.
  • activities: Contains graded assignments, exercises, and homework to practice concepts covered in the learning module.
  • instructional_team: Resources for the instructional team.
  • cohort_three: Additional materials and resources for cohort three.
  • src: Source code, databases, logs, and required dependencies (requirements.txt) needed during the module.
  • .gitignore: Files to exclude from this folder, specified by the Technical Facilitator
  • LICENSE: The license for this repository.
  • README: This file.
  • steps_to_ask_for_help.png: Guide on how to ask for help.

Please review the changes and provide feedback. Thank you!

Checklist

  • I can confirm that my changes are working as intended

@RohanAlexander RohanAlexander merged commit a9b2edc into main Jun 4, 2024
@RohanAlexander RohanAlexander deleted the fs-update branch June 4, 2024 15:19
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.

2 participants