website
website copied to clipboard
ER: Create or find a script to find all files that are not part of the Jekyll build.
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
This issue could also be extra large not sure
@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.
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 :)
- @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:
- Why does it have a dependency on the homepage launch?
- What is the strategy to determine which files are not part of the Jekyll build?
@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.