-
-
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 email.yml credits file #2824
Comments
This comment was marked as outdated.
This comment was marked as outdated.
Hi @mariareeves, thank you for taking up this issue! Hfla appreciates you :) Do let fellow developers know about your:- You're awesome! P.S. - You may not take up another issue until this issue gets merged (or closed). Thanks again :) |
i. I can work on the issue M-F between from noon to 1:30pm. Saturdays & Sundays 9am to noon. |
Please add update using the below template (even if you have a pull request). Afterwards, remove the 'To Update !' label and add the 'Status: Updated' label.
If you need help, be sure to either: 1) place your issue in the developer meeting discussion column and ask for help at your next meeting, 2) put a "Status: Help Wanted" label on your issue and pull request, or 3) put up a request for assistance on the #hfla-site channel. You are receiving this comment because your last comment was before Tuesday, September 6, 2022 at 12:28 AM PST. |
Sorry for the delay. I am very newbie to all of this and had a hard time getting familiar.
|
Prerequisite
Overview
As a developer, I want to edit the content field and remove the type field from a credit's yml file 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 the
content
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.Action Items
For the file
_data/internal/credits/email.yml
, do the following:Resources/Instructions
File and Code links you will need to work on this issue
Directory to find the page in once you have it in your IDE:
_data/internal/credits/email.yml
Click on the links below to see the source file code:
website/_data/internal/credits/email.yml
Line 4 in e980b70
website/_data/internal/credits/email.yml
Line 11 in e980b70
The text was updated successfully, but these errors were encountered: