Skip to content
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

Exporting Enhancements #88

Open
3 tasks
ArchBlood opened this issue Sep 17, 2024 · 0 comments
Open
3 tasks

Exporting Enhancements #88

ArchBlood opened this issue Sep 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ArchBlood
Copy link
Contributor

ArchBlood commented Sep 17, 2024

Here's the breakdown of some things that I see that should be thought of when enhancing the functionality of the exporting services.

  • Exclude disabled functions or unused functions

    • Currently if you have no files, likes, comments, posts or etc. then you get an empty array (i.e. []) data json which would confuse some users, the same goes for functions like the friendship system HumHub uses, if it's disabled then it also provides the same empty array dataset.
  • Remove Session (Optional)

    • I don't really see the need for a session.json as this exposes the user for possible hijacking and should be discouraged for security reasons.
  • Filtering unneeded information

Of course, there are also a number of other less important functions to think about adding later, these are just the main ones that I can think of.

@luke- luke- added the enhancement New feature or request label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants