-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A detailed CSV of the organization #641
Conversation
@sseerrggii @franpb14 sorry 🙏🏼 but IMHO this is too much 😛 I'd try to go with a more simple approach, like adding the missing (and relevant) attributes (pretty sure we are so close to that scenario) to the current reports and leave only the "Download All" to download all reports. Another point, the To summarize, my proposal is: tune (add/remove/update) current reports and 🚀 . @sseerrggii what attributes are you missing from current reports? What do you think guys? |
I used this table to talk with @sseerrggii which attributes to use in the report, you both could use something similar to discuss what to put in the reports. I'm fine with changing it as you see fit. |
Yes @franpb14 and thank you so much for working on this! @sseerrggii do you think we can simplify this task a bit 🙏🏼 ? you can check some reasons above #641 (comment) I really think the current status (this branch I mean) overlaps a bit with current functionality, exposes implementation details and is not so DRY. Maybe am I missing something 🤔 ? |
Iep! The problem is the purpose of reports and detailed CSV are different. Admins use reports for print members/offers and give the printed version to users that have some troubles to use the platform, like older people. So we want to keep this reports really simple and comprehensible for this purpose. Insted admins will use detailed CSV to extract information about their organization that now they can't get from statistics section, for example:
For these reasons we thought on this solution, like "export your organization data" and do you own analysis outside the app Anyway we could live without this feature 😉 there are a few admins that asked for that... So it's you decision @markets From my point of view it's a way to keep the app simple and offer the option to export all data of your organization for organizations who want to do something with their data. |
ah! ok @sseerrggii now I understand better the problem we want to solve here... To be honest, I still think we can "solve" both features using current solution. I mean, I'm almost sure we already print all relevant attributes. We can add the missing ones and the reports still are (IMHO) "understandable" for people with a less technology background. Thanks for the info! |
OK! What do you think if we close this PR for the moment and think in a better solution for the future? |
Yes! Sorry sorry 🙏🏼 there is too much tech debt in that branch. Let's think in a simpler way! |
As agreed with @sseerrggii, the administrator can download a detailed CSV and will be able to obtain all the information shown in this table. The "locale" and "balance" attributes of members and the "id" attribute of posts have also been deleted from the "friendly" reports.
Here you can see a demo.
Issue596_CSV_detailed.mp4
closes #596.