hackforla / hackforla/admin-governance

HfLA: Rationalize all FigJam files

Open
#108 0 comments 0 reactions 1 assignee Claimed by @ExperimentsInHonesty View on GitHub
Dominant language
No language data
Stars
2
Forks
5
PR merge metrics
No merged PRs in 30d

Description

### Overview
We need to create a spreadsheet to rationalize all FigJam files. This will allow us to track file names, associated teams, acronyms, and ownership status. The spreadsheet will help us ensure files are properly managed, attributed to the right team, and internally owned when possible.

### Action Items
- [x] Create a spreadsheet to track FigJam files.
- [x] Add columns for:
- File name
- Associated team
- Team acronym
- Owner name
- Owner email address
- Ownership status (formula-driven TRUE/FALSE)
- [x] Implement formula for ownership column: returns TRUE if email ends in `@hackforla.org`, otherwise FALSE.
- [ ] Populate spreadsheet with existing FigJam file data.
- [ ] Review with team leads to confirm accuracy of associations and ownership.

### Resources/Instructions

- [HfLA: FigJam File Tracking](https://docs.google.com/spreadsheets/d/1-VYQXpr_fXDo8d_QTX8EhYvO1tIR8r9FT2o3giKgJ44/edit?gid=0#gid=0)
- Formula for ownership column in Google Sheets:
```
=IF(REGEXMATCH(E2,"@hackforla\.org$"),TRUE,FALSE)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.