This website requires JavaScript.
Explore
Help
Register
Sign In
torsten
/
miriamgemeinde
Watch
1
Star
0
Fork
0
You've already forked miriamgemeinde
Code
Issues
1
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
aeaf747445e85208a276de5d2e0d9ec07d509301
miriamgemeinde
/
src
History
Torsten Schulz (local)
aeaf747445
All checks were successful
Deploy miriamgemeinde / deploy (push)
Successful in 6s
Details
Enhance worship import functionality: Add neighbor invitation and self-information fields in worshipController.js and WorshipManagement.vue. Implement logic to automatically set self-information based on neighbor invitation status, improving user experience and data handling during worship imports.
2026-04-29 19:49:45 +02:00
..
assets
Integrate PDF parsing functionality: Add 'pdf-parse' dependency to package.json and package-lock.json. Update worshipController to include logic for handling PDF imports, enhancing the event management process. Refactor routing to support new newsletter import features and improve event form handling for better user experience.
2026-04-08 13:04:38 +02:00
common
/components
Upgrade Express to version 5.2.1 and update related dependencies in package.json and package-lock.json. Refactor server CORS configuration to accommodate Express 5 changes. Enhance routing logic in Vue components for improved path normalization and menu handling. Update HTML asset references for better loading performance and accessibility improvements in various components.
2026-04-08 09:54:41 +02:00
components
Enhance event date normalization: Introduce a helper function to standardize date formats for the event form, ensuring consistent input handling. Update event data initialization to utilize this function, improving data integrity and user experience.
2026-04-29 16:16:16 +02:00
content
Enhance worship import functionality: Add neighbor invitation and self-information fields in worshipController.js and WorshipManagement.vue. Implement logic to automatically set self-information based on neighbor invitation status, improving user experience and data handling during worship imports.
2026-04-29 19:49:45 +02:00
extensions
inital commit
2024-06-15 23:01:46 +02:00
store
Improve token management in axios.js and store/index.js: Ensure headers are initialized correctly and enhance error handling for 401 responses by checking for stored tokens. Update isLoggedIn state logic to rely solely on token usability, improving authentication reliability.
2026-04-29 18:56:23 +02:00
utils
Added multiple features
2024-06-17 23:34:31 +02:00
AppComponent.vue
Refactor database configuration and enhance server settings: Update database connection logic to utilize environment variables and improve error handling in database connection. Adjust server port configuration to prioritize BACKEND_PORT. Update HTML structure for better compatibility and add missing elements in various components.
2026-04-08 08:37:36 +02:00
axios.js
Improve token management in axios.js and store/index.js: Ensure headers are initialized correctly and enhance error handling for 401 responses by checking for stored tokens. Update isLoggedIn state logic to rely solely on token usability, improving authentication reliability.
2026-04-29 18:56:23 +02:00
icons.js
extended editor
2024-06-21 18:06:17 +02:00
main.js
Integrate PDF parsing functionality: Add 'pdf-parse' dependency to package.json and package-lock.json. Update worshipController to include logic for handling PDF imports, enhancing the event management process. Refactor routing to support new newsletter import features and improve event form handling for better user experience.
2026-04-08 13:04:38 +02:00
router.js
Refactor router navigation handling: Update beforeEach hook in router.js to prevent incorrect route matching on initial load. Ensure proper path normalization and query handling to enhance navigation reliability.
2026-04-29 18:58:50 +02:00