[Steemhub] Ability to filter activity
utopian-io·@tolgahanuzun·
0.000 HBD[Steemhub] Ability to filter activity
I made radical changes in the project.I removed the database dependency. There is a faster response time. I've also added a new feature for activity. You can now filter. I changed the API service I used. Now faster and error free!  PR link: https://github.com/tolgahanuzun/SteemHub/pull/1 ## New Feature : This feature was made with a suggestion. = [Ability to filter activity](https://utopian.io/utopian-io/@tobias-g/ability-to-filter-activity) ### Ability to filter activity - The activities on your wall are now filterable. There are 4 filtering options available. - These are {vote, follow, post, transfer} filtering.I thought it was okay to have 4 now. It is possible to add more filtering in the future. - In the previous version the response time was about 6 seconds. Now it's 0.4 to 0.7 seconds. This performance is incredible. I will describe the details in the next.  #### Let's look at sample combinations. - Vote:  - Comment:  - Vote and Follow:  ### Remove Database The database has been completely removed. The service I was using was very slow before. I was using a database cache for 10 minutes. Now the service and the server are faster. Also database control was an unnecessary experience for this project. The connection was disconnected for no reason. Now it's faster and cleaner. ## Code - The filtering options have been added to the browser memory.  - The last 100 data of the user is being obtained.  - Data is cleared according to filtering combinations.  - The cleaned data is converted to suit the user. Sending to API.  <br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@tolgahanuzun/steemhub-ability-to-filter-activity">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>