Open Issues Need Help
View All on GitHubAI Summary: Implement data encryption and decryption for an expense tracking app using a secret key stored in a .env file. This involves creating encryption/decryption functions, integrating them with the database interactions, and thorough testing.
This app was build for personal usage, to maintain and keep track of the expenses.
AI Summary: Implement swipe gestures to allow users to navigate between the tabs in the ExpenseMate app, in addition to the existing tap functionality. This involves integrating a swipe gesture library and modifying the tab navigation component to handle both tap and swipe interactions.
This app was build for personal usage, to maintain and keep track of the expenses.
AI Summary: Create an app widget for the home screen displaying total expenses, total amount, current month, and top expense category from the existing ExpenseMate app's profile component.
This app was build for personal usage, to maintain and keep track of the expenses.
AI Summary: The task involves building a feature for an expense tracking app that reads user SMS messages, identifies debit transactions, extracts relevant information (amount, description, date), and saves this data to the user's profile. This requires handling SMS permissions, parsing message content, and potentially using natural language processing techniques for accurate data extraction.
This app was build for personal usage, to maintain and keep track of the expenses.
This app was build for personal usage, to maintain and keep track of the expenses.
AI Summary: Optimize the ExpenseMate app's data fetching mechanism by reducing the number of database calls and improving the existing caching strategy. This involves refining the `refresh` function to minimize unnecessary database interactions and potentially implementing more sophisticated caching techniques.
This app was build for personal usage, to maintain and keep track of the expenses.
AI Summary: Add a new export feature to the ExpenseMate app that allows users to export their total expenses as a PDF file. This will involve integrating a PDF generation library into the existing React Native application and handling the data formatting for the PDF.
This app was build for personal usage, to maintain and keep track of the expenses.
This app was build for personal usage, to maintain and keep track of the expenses.
AI Summary: Implement email-based authentication and authorization using Firebase for the ExpenseMate React Native application to allow multiple users to access and manage their expenses. Future phases may include phone number-based authentication.
This app was build for personal usage, to maintain and keep track of the expenses.
AI Summary: Improve the UI/UX design of the ExpenseMate app to enhance user engagement and ease of use. This involves redesigning the user interface to be more intuitive and visually appealing, focusing on improving navigation, information presentation, and overall user experience.
This app was build for personal usage, to maintain and keep track of the expenses.