-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature: Audit Items model #24
Conversation
ok200lyndon
commented
Aug 16, 2024
- migration, model and factory
- admin and public end points / controllers
- tests
- job and service function for creating
- admin and public components for viewing
…dation/vine into feature/audit-items
…dation/vine into feature/audit-items
…dation/vine into feature/audit-items
@@ -17,5 +17,8 @@ | |||
"tailwindcss": "^3.2.1", | |||
"vite": "^5.0", | |||
"vue": "^3.4.0" | |||
}, | |||
"dependencies": { | |||
"moment": "^2.30.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
momentjs is abandoned, we need to replace with dayjs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good - we need to get rid of momentjs, it's abandoned, and get dayjs in its place 👍
Merged - thanks! Please delete your local feature branch & do a pull on develop, and merge develop into any other open feature branches you have. |