[Feature] Admin dashboard for viewing page scrapes and corresponding output data for all updates #164
Labels
No labels
bootcamp
bug
codebase
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
high priority
invalid
javascript
outdated
question
typescript
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ScottyLabs/dining-api#164
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Will be incredibly useful for debugging future data-accuracy issues (that will inevitably arise)
Designs
No response
Monday, March 16, 2025, Hunan hours mistakenly start at "11:45 PM" instead of "11:45 AM"
Ok. Let's add a simple change to scraping that fixes this issue based on whether the opening time is (>= 12:00 PM and <= 11:59 PM), and the closing time is >= 12:01 AM. If this is the case, make the hour for "start" hour - 12 (or simply modify the string itself). Note that I didn't say 12:00 AM because we already deal with that iirc.
#178 fixes the issue in the image, obviously only fixes this one very specific instance. We could also implement more advanced logic which I posted about in the Slack channel.