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

Version 1.1.0 #158

Merged
merged 11 commits into from
Sep 20, 2024
Merged

Version 1.1.0 #158

merged 11 commits into from
Sep 20, 2024

Conversation

jthrilly
Copy link
Member

@jthrilly jthrilly commented Sep 18, 2024

Changes:

  • Added the ability to debug the node process using vscode (not a user-facing change)
  • Updated all dependencies within Semver. Notable updates not made include UploadThing 7 (requires new env var) and eslint 9 (just total insanity).
  • Fixed linting errors resulting from new rules.
  • Adjusted optional participant label and identifier schemas
    • Empty strings (resulting either from no value being entered, or a value with only whitespace that is then trim()ed to be an empty string) are now cast as undefined. This simplifies the insertion logic, and also the logic for determining if we should use label or identifier for the file name.
    • Unfortunately, since empty strings are already in the DB for everyone, and because migrations are more risky than code changes, I left a check for an empty string in the filename export code. However this check shouldn't be needed in future.
  • Changes participant table to sort by most recently added

Copy link

vercel bot commented Sep 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fresco-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 20, 2024 9:02am

@jthrilly jthrilly merged commit 72f4b34 into main Sep 20, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant