sharingspace / SharingSpaceCore

AnyShare
https://anyshare.coop
GNU Affero General Public License v3.0
3 stars 1 forks source link

Area of Improvement #632

Open dhaval48 opened 5 years ago

dhaval48 commented 5 years ago

when we go to https://arcoop.anyshare.coop/ there are lots of entries loading and its not good. We should load 20-30 entries and when we scroll down again 20 or 30 entries should load.

We should disable any button which is clicked! e.g when we make any entry if we press the submit continuously than we will get duplicate entry. To avoid this we should disable button once clicked and after entry is made to database we should re-enable it.

Whenever we use the ajax or jquery request we should show some loading bar, so user should not be confused (like whats going on). this is good when user have low internet speed.

aiotea commented 5 years ago

Dhaval, you are very right...

So we are going to hopefully solve with the React Sharing Space codebase... We can look at this once the API of entries is connected.

However this might take some time...

If I had to focus on one thing from your list of suggestions, it would be adding a "loading bar" (showing percent loaded right?) for the homepage load. It is so long! The user needs to know the site is not broken.