website icon indicating copy to clipboard operation
website copied to clipboard

ER: Create or find a script to find all files that are not part of the Jekyll build.

Open ExperimentsInHonesty opened this issue 1 year ago • 5 comments
trafficstars

Emergent Requirement - Problem

We probably have files that are no longer being used and we want to refactor them out of the build.

Issue you discovered this emergent requirement in

  • NA

Date discovered

2024-02-05

Did you have to do something temporarily

  • [ ] YES
  • [x] NO

Who was involved

@ExperimentsInHonesty @roslynwythe

What happens if this is not addressed

slower build

Resources

Recommended Action Items

  • [x] Make a new issue
  • [ ] Discuss with team
  • [ ] Let a Team Lead know

Potential solutions [draft]

This issue should have a dependency of

### Dependency
- [ ] After homepage launch

ExperimentsInHonesty avatar Feb 13 '24 16:02 ExperimentsInHonesty

This issue could also be extra large not sure

ExperimentsInHonesty avatar Mar 04 '24 07:03 ExperimentsInHonesty

@hackforla/website-merge Can someone from the merge team review this ER and if you think it is ready for issue making, please add a ready for prioritization label.

ExperimentsInHonesty avatar Apr 10 '24 02:04 ExperimentsInHonesty

Hi @t-will-gillis, 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 :)

github-actions[bot] avatar Apr 23 '24 01:04 github-actions[bot]

  • @ExperimentsInHonesty @t-will-gillis I agree with the need for this. For example, we have several CodeQL alerts now for code that does not appear to be in production; for example #6670 and it is a waste of time dealing with these alerts. But I have two questions about this ER:
  1. Why does it have a dependency on the homepage launch?
  2. What is the strategy to determine which files are not part of the Jekyll build?

roslynwythe avatar May 06 '24 02:05 roslynwythe

@roslynwythe

Why does it have a dependency on the homepage launch?

Because I am concerned that something has crept into the main branch that is only being used by the feature branch, so I want to make sure it happens after the homepage launch, when we no longer have that open feature branch.

What is the strategy to determine which files are not part of the Jekyll build?

I don't know, I think that is for the person who works on the issue to determine.

ExperimentsInHonesty avatar May 06 '24 22:05 ExperimentsInHonesty