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

Revise Projects Meeting page to include more info #5345

Closed
5 tasks done
t-will-gillis opened this issue Aug 29, 2023 · 2 comments · Fixed by #5906
Closed
5 tasks done

Revise Projects Meeting page to include more info #5345

t-will-gillis opened this issue Aug 29, 2023 · 2 comments · Fixed by #5906
Assignees
Labels
Complexity: Medium P-Feature: Project Meetings https://www.hackforla.org/project-meetings role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 1pt Can be done in 4-6 hours

Comments

@t-will-gillis
Copy link
Member

t-will-gillis commented Aug 29, 2023

Prerequisite

  1. Be a member of Hack for LA. (There are no fees to join.) If you have not joined yet, please follow the steps on our Getting Started page.
  2. Please make sure you have read our Hack for LA Contributing Guide before you claim/start working on an issue.

Overview

We want the information presented on our webpages to provide pertinent information for visitors. The Project Meetings page needs to provide additional data so that meeting times and descriptions are more useful.

Action Items

The VRMS database stores relevant information such as start and end time, days of the weeks, descriptions, etc. surrounding each project's meetings. Our website queries VRMS for data in order to create meeting schedules on the Events and Project Meetings pages. This can be seen by reviewing the api-events.js file.

  • Open the api-events.js file and locate the insertEventSchedule() function.
  • Review the current Events and Project Meetings pages.
Screenshot from Events page

Screenshot 2023-08-29 211212

  • Note that each meeting listed on the Events page displays: start - end, an href to hflaWebsiteUrl displaying name, and meetingName.
Screenshot from Project Meetings page

Screenshot 2023-08-29 211248

  • Each meeting on the Project Meetings page displays: start - end, an href to hflaWebsiteUrl displaying name, and dsc.
  • Pseudocode: In the api-events.js file, insert meetingName before dsc. Note that only when dsc is not an empty string, a comma needs to be inserted between, for example:

"3:00 pm - 4:00 pm SomeProject meetingName, description"
"5:00 pm - 6:00 pm OtherProject meetingName"

  • Hint: the relevant code can be found on lines 42-46.
  • Confirm on your local repo that the meeting information is shown correctly on the Project Meetings page and that no other, unexpected changes have occurred on this as well as on the Events page.

Resources/Instructions

Project Meetings page
Events page

This issue was initiated by ER #5195

@t-will-gillis t-will-gillis added role: front end Tasks for front end developers role: back end/devOps Tasks for back-end developers Complexity: Small Take this type of issues after the successful merge of your second good first issue P-Feature: Project Meetings https://www.hackforla.org/project-meetings Draft Issue is still in the process of being created size: 1 pt labels Aug 29, 2023
@t-will-gillis t-will-gillis added this to the 03.02 Onboarding flow milestone Aug 29, 2023
@t-will-gillis t-will-gillis added Complexity: Medium and removed Complexity: Small Take this type of issues after the successful merge of your second good first issue labels Aug 30, 2023
@t-will-gillis t-will-gillis added Ready for Prioritization and removed Draft Issue is still in the process of being created labels Aug 30, 2023
@ExperimentsInHonesty ExperimentsInHonesty added size: 1pt Can be done in 4-6 hours and removed size: 1 pt labels Aug 31, 2023
@freaky4wrld freaky4wrld pinned this issue Oct 30, 2023
@freaky4wrld freaky4wrld unpinned this issue Oct 30, 2023
@mshirk2 mshirk2 self-assigned this Nov 9, 2023
Copy link

github-actions bot commented Nov 9, 2023

Hi @mshirk2, thank you for taking up this issue! Hfla appreciates you :)

Do let fellow developers know about your:-
i. Availability: (When are you available to work on the issue/answer questions other programmers might have about your issue?)
ii. ETA: (When do you expect this issue to be completed?)

You're awesome!

P.S. - You may not take up another issue until this issue gets merged (or closed). Thanks again :)

@mshirk2
Copy link
Member

mshirk2 commented Nov 9, 2023

ETA: 6pm, Mon 11/13
Availability: 10-6pm (PT), Weekdays

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: Medium P-Feature: Project Meetings https://www.hackforla.org/project-meetings role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 1pt Can be done in 4-6 hours
Projects
Development

Successfully merging a pull request may close this issue.

3 participants