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

Bug: Create a Function To Sort Project Meeting Times #4028

Closed
6 tasks done
plang-psm opened this issue Feb 23, 2023 · 5 comments · Fixed by #4052
Closed
6 tasks done

Bug: Create a Function To Sort Project Meeting Times #4028

plang-psm opened this issue Feb 23, 2023 · 5 comments · Fixed by #4052
Assignees
Labels
Complexity: Medium P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) P-Feature: Projects page https://www.hackforla.org/projects/ 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 time sensitive Needs to be worked on by a particular timeframe

Comments

@plang-psm
Copy link
Member

plang-psm commented Feb 23, 2023

Overview

The Projects page is currently displaying the meeting times out of order due to the way it was entered into VRMS. We need to implement a sorting function to prevent times from being displayed out of order.

Action Items

Begin by reading through the issue and pull request listed below to better understand where and what files need to be changed:

Image of Issue via Food Oasis Project Page image

Once you have a good understanding, begin the action items below:

  • Navigate to the assets/js/project.js file
  • Locate the function appendMeetingTimes(scheduleData) on line 127
  • Create a function to sort the meeting times rendered in the function
    • Make changes to the function appendMeetingTimes() if needed
  • Document the code with a comment above your function indicating its purpose.

Resources/Instructions

@github-actions github-actions bot added Feature Missing This label means that the issue needs to be linked to a precise feature label. role missing labels Feb 23, 2023
@plang-psm plang-psm added role: front end Tasks for front end developers role: back end/devOps Tasks for back-end developers Complexity: Medium size: 1pt Can be done in 4-6 hours P-Feature: Projects page https://www.hackforla.org/projects/ time sensitive Needs to be worked on by a particular timeframe P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) Ready for Prioritization and removed Feature Missing This label means that the issue needs to be linked to a precise feature label. role missing labels Feb 23, 2023
@bootcamp-brian bootcamp-brian self-assigned this Feb 26, 2023
@github-actions
Copy link

Hi @bootcamp-brian, 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 :)

@bootcamp-brian
Copy link
Member

Availability: Sun 2/26
ETA: End of day Sun 2/26

@ExperimentsInHonesty
Copy link
Member

@bootcamp-brian please move this to the inprogress column

@bootcamp-brian
Copy link
Member

@ExperimentsInHonesty Thanks for the reminder.

@bootcamp-brian
Copy link
Member

Provide Update

  1. Progress: Committed my updates and submitted pull request for review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: Medium P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) P-Feature: Projects page https://www.hackforla.org/projects/ 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 time sensitive Needs to be worked on by a particular timeframe
Projects
Development

Successfully merging a pull request may close this issue.

3 participants