Open Allicce opened 1 week ago
Examples of possible data visualization in frontend for returning all transactions:
Examples of possible data visualization in frontend for returning all categories and amounts:
Example of category data:
{ name: 'Book', amount: '15 500', currency: 'czk', color: ''#64B5F6' }
Transaction Data Structure
name: String date: UNIX timestamp category: enumeration of [CATEGORIES] budget-category: enumeration of [BUDGET_CTEGORIES] contributor: enumeration of [BUDGET_ALLOWED_USERS] amount: number transaction-type: enumeration of [TRANSACTION_TYPES]
Examples of possible data visualization in frontend for returning all transactions:
Examples of possible data visualization in frontend for returning all categories and amounts:
Example of category data:
Transaction Data Structure
name: String date: UNIX timestamp category: enumeration of [CATEGORIES] budget-category: enumeration of [BUDGET_CTEGORIES] contributor: enumeration of [BUDGET_ALLOWED_USERS] amount: number transaction-type: enumeration of [TRANSACTION_TYPES]