#Managing Excess list of data

1 messages · Page 1 of 1 (latest)

potent bone
#

the problem here is there a huge time series list over 5 years or so time span (Ex transaction data)
If I wanna show it to a bank user how do u prefer to show it ?

thick ravineBOT
#

<@&987246841693360200> please have a look, thanks.

#

Here is an AI assisted attempt to answer your question 🤖. Maybe it helps! In any case, a human is on the way 👍. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.

#

There are several ways to effectively present a large time series list of data, such as transaction data, to a bank user. Here are a few options:

  1. Data Visualization: Use charts or graphs to visually represent the data over time. Line charts or area charts can be used to show the trend of transactions over the 5-year period. This allows users to quickly grasp patterns and identify any anomalies.

  2. Filtering and Sorting: Provide options for users to filter and sort the data based on different criteria like transaction type, amount, date range, etc. This allows users to focus on specific subsets of data and analyze them more effectively.

  3. Aggregated Summaries: Instead of showing every single transaction, provide aggregated summaries at different levels of granularity (e.g., monthly, quarterly, yearly). This can help users get an overview of their transactions without overwhelming them with excessive details.

#
  1. Drill-down Capability: Allow users to drill down into specific time periods or transaction categories for more detailed information. This can be achieved by providing clickable elements in the visualization or using interactive features that allow users to explore the data at different levels.

  2. Search Functionality: Implement a search feature that enables users to search for specific transactions based on keywords, amounts, dates, etc. This can be useful when users want to locate specific transactions within the large dataset.

  3. Performance Optimization: As handling a large dataset can impact performance, ensure that your application is optimized for efficient loading and processing of the data. Consider implementing pagination or lazy loading techniques to load only a subset of data initially and fetch more as needed.

Ultimately, it's important to consider the specific needs and preferences of bank users when deciding how to present such a large time series list of data. User testing and feedback can help refine the presentation approach further.

potent bone
#

@trim rover
@obtuse plaza

trim rover
#

Dont worry about the bandwidth

#

Charge 2 cent per transaction

obtuse plaza
#

Fetch a limited number of records from a backend, in the UI just show a table layout with:
date - vendor - amount.
And tap on it to see details.

potent bone
#

if we see on a cellular network UI/UX will detiorate

trim rover
#

Then cache it

trim rover
#

Not store it

potent bone
trim rover
#

Ram

potent bone
obtuse plaza
#

It won't degrade, and no local caching. A small call like that takes no time.

potent bone
obtuse plaza
#

so?

potent bone
#

do u wanna cut it to last 100 ?

obtuse plaza
#

then he just has more pages to go through.

#

on a mobile device? I'd say 10 tops

potent bone
#

like a 10 or previous weeks data which ever is higher?

obtuse plaza
#

last week or 10 whichever is fewer

potent bone
obtuse plaza
#

because if there are 20 transactions in the last week, and only 10 fit on a page why fetch 20? If they go to the next page just fetch the next 10.

potent bone
#

hm thats a good point as well!

#

thanks @obtuse plaza ❤️

obtuse plaza
#

you're welcome