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

Lync and NodeOps changes + process/README update. #21

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added banner/NodeOps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified banner/lync.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,218 changes: 630 additions & 588 deletions ecosystem.json

Large diffs are not rendered by default.

Binary file added hero/NodeOps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified hero/lync.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo/NodeOps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified logo/lync.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 45 additions & 12 deletions process/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,52 @@
# Process
# Tally Process README

processes responses from Tally
## Overview

## Usage
This guide outlines the process for aggregating data from Tally, processing it, and generating the necessary files for the repository.

```bash
npm install
```
## Prerequisites

Download responses from Tally and save them to `process.csv`.
- Ensure you have the necessary login credentials for Tally. Contact Bennett Davis or Movement Team if you don’t have them.
- Make sure Node.js is installed on your machine.

```bash
node run.js
```
## Steps

## Output
### 1. Download Data from Tally

The script will output a JSON file formatted to be added to the `ecosystem.json` file and download images to their appropriate directories.
1. Teams will fill out the form on Tally.
2. Find the `Movement Ecosystem Form` on Tally and download the .csv file containing the aggregated data.

### 2. Prepare the Repository

1. Place the downloaded `.csv` file into the `process` folder of the repository.
2. Rename the file to `process.csv`.

### 3. Run the Processing Script

1. Open your terminal and navigate to the `process` folder:
```bash
cd process
```
2. Run the processing script:
```bash
npm install

node run.js
```
- This script places the images into the correct folders.
- It generates `processed.json`, which holds the protocol information in JSON format.

### 4. Update the Ecosystem File

1. Copy the contents of `processed.json`.
2. Paste the copied information into `ecosystem.json`.

### 5. Create a Pull Request

1. Once all the changes are made, commit them to your branch.
2. Push the branch to the repository.
3. Create a pull request for review.

## Contact

For any issues or questions, please contact the repository administrator or the project Movement Team.
Loading