Open Issues Need Help
View All on GitHubAI Summary: This backend issue involves developing a new periodic batch job to clean up accumulated data in batch-related tables. These tables are populated by existing batch operations, and the new process will ensure regular data maintenance. The task includes implementing the cleanup logic, registering the batch, and subsequent testing and deployment.
AI Summary: This GitHub issue describes the implementation of a backend batch job designed to periodically clean up expired refresh tokens. The task involves developing the necessary business logic to identify expired tokens, configuring the batch process, and then testing and deploying it.
AI Summary: This GitHub issue describes the development of a backend API endpoint to retrieve the app push notification token for the currently authenticated user on their connected device. The task involves defining the API interface, implementing the business logic to fetch the token, and then performing testing and deployment.
AI Summary: This GitHub issue is for developing a backend API to retrieve user information. The API should provide details such as the user's name and email address, and the task includes defining interfaces, implementing business logic, and conducting tests before deployment.
AI Summary: This GitHub issue describes the implementation of an authentication token renewal feature on the front-end. It involves storing refresh tokens, handling access token expiration, and using the refresh token to automatically obtain new access tokens to maintain user sessions without requiring re-login.
AI Summary: This backend issue aims to implement a JWT token refresh mechanism. When an access token expires, the system should use a refresh token to obtain a new access token, ensuring continuous user authentication.