-
-
Notifications
You must be signed in to change notification settings - Fork 778
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
Edit content field and remove type field from yml credit files #2775
Labels
Complexity: Small
Take this type of issues after the successful merge of your second good first issue
epic
P-Feature: Credit
https://www.hackforla.org/credits/
role: front end
Tasks for front end developers
size: 2pt
Can be done in 7-12 hours
Status: Updated
No blockers and update is ready for review
Milestone
Comments
SAUMILDHANKAR
added
role: front end
Tasks for front end developers
Complexity: Large
P-Feature: Credit
https://www.hackforla.org/credits/
size: 13+pt
Must be broken down into smaller issues
epic
labels
Feb 13, 2022
This comment was marked as outdated.
This comment was marked as outdated.
17 tasks
SAUMILDHANKAR
changed the title
Standardize all yml files used on the credits page
Optimize all yml files used on the credits page
Feb 13, 2022
JessicaLucindaCheng
added a commit
that referenced
this issue
Feb 14, 2022
Included this line in the template "This issue is tracked in the epic #2775."
6 tasks
12 tasks
This was referenced Feb 19, 2022
3 tasks
github-actions
bot
added
the
2 weeks inactive
An issue that has not been updated by an assignee for two weeks
label
Apr 15, 2022
SAUMILDHANKAR
added
To Update !
No update has been provided
and removed
2 weeks inactive
An issue that has not been updated by an assignee for two weeks
labels
Apr 16, 2022
This comment was marked as resolved.
This comment was marked as resolved.
JessicaLucindaCheng
added
Status: Updated
No blockers and update is ready for review
Complexity: Small
Take this type of issues after the successful merge of your second good first issue
size: 1pt
Can be done in 4-6 hours
size: 2pt
Can be done in 7-12 hours
and removed
To Update !
No update has been provided
Complexity: Large
size: 13+pt
Must be broken down into smaller issues
size: 1pt
Can be done in 4-6 hours
labels
Apr 19, 2022
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
JessicaLucindaCheng
added
the
Dependency
An issue is blocking the completion or starting of another issue
label
May 5, 2022
luiderek
added a commit
to luiderek/hfla-website
that referenced
this issue
Nov 1, 2022
17 tasks
jdingeman
added
ready for dev lead
Issues that tech leads or merge team members need to follow up on
and removed
Dependency
An issue is blocking the completion or starting of another issue
labels
Apr 12, 2023
Moving to New Issue Approval since all dependencies have been satisfied |
Checked via VS code and can confirm there are no more |
jdingeman
removed
the
ready for dev lead
Issues that tech leads or merge team members need to follow up on
label
Apr 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Complexity: Small
Take this type of issues after the successful merge of your second good first issue
epic
P-Feature: Credit
https://www.hackforla.org/credits/
role: front end
Tasks for front end developers
size: 2pt
Can be done in 7-12 hours
Status: Updated
No blockers and update is ready for review
Dependency
Overview
As a developer, I want to edit the content field and remove the type field from all the credits' yml files so that redundant code is removed and the code is easier to understand.
Details
Currently, in each credit's yml file, there is a
content
field and atype
field, which contains similar information. Since the fields are redundant, we decided to remove thetype
field. Also, we changed thecontent
field to thecontent-type
field to make it clearer what its purpose is. The possible values forcontent-type
field are image, video, or audio; other types of content can be added if necessary. In the future, this will allow developers a way to differentiate easily between different types of content in order to show each credit's media file correctly on the website.To incorporate this, the following will be implemented: the content field will be edited to content-type and the type field will be removed from each of the issues mentioned in the action items below. The issues will be created using the Credits file template: Edit content field and remove type field. Once the issue is created the information will be updated in the following Google Spreadsheet. Tech Leads will take a look at the issue before adding the ready for milestone label on each issue and the issue numbers to the Dependency section above.
The process for a developer to follow when writing an issue for this epic:
website/_data/internal/credits
Action Items
content:
field in any of the.yml
files in _data/internal/credits. (If you are using VSCode as your IDE, you can search forcontent:
and restrict the search by filling in the "files to include" field with_data\internal\credits
. Other IDEs may have similar search capabilities.)content:
fields in any of the.yml
files in _data/internal/credits, list the .yml file(s) you found them in in a new comment below.type:
field in any of the.yml
files in _data/internal/credits. If you see anycontent-type: image
in your search, that is okay.type:
fields in any of the.yml
files in _data/internal/credits, list the .yml file(s) you found them in in a new comment below.content:
nortype:
fields in any of the.yml
files in _data/internal/credits, then close this issue.content:
ortype:
fields in any of the.yml
files in _data/internal/credits,content:
ortype:
fields and ask them to help you write issues to fix what you found.Resources/Instructions
Credits Page
Credits file template: Edit content field and remove type field
Google spreadsheet for tracking issue creation progress
Location of yml files in the credits directory
website/_data/internal/credits
The text was updated successfully, but these errors were encountered: