SUPERALGOS GOVERNANCE
theblockchainarborist Proof of Value, April 2023
Social Trading App version 1 basic features implemented!
The current state of the Social Trading App is still “Under Construction” due to issues with the syncing of the network nodes social graphs. The good news is that version 1 of the UI is just about all implemented! Over the past two months I have made many updates but the most recent ones would be the addition of emoji reactions and the ability to “repost”.
A Post is a Post
But emoji reactions on the other hand? We have 8 of them. If you can’t find a reaction in this group to fit your needs — I don’t know what to say.. ( I guess we need to decide which 8 should be chosen if others are desired! )
A Repost is a Post of a Post
Sometimes we just want to spread the word and for that we have reposts. All of our followers can see our posts, so a repost allows folks not following the original poster to see the post!
Profiles
Profiles so far are basic. We can view other users profiles and our own profile. Inside our own profile we can add a profile image, banner, username, bio, and update our GitHub info.
The Wallet Page
Some basic info has been added to the wallet page — now displaying the users wallet address and SA token balance! (This information will become more useful in Version 2 of the Social Trading App.)
Moving Forward
Over the past few months a handful of people have expressed interest in working on the CSS for the Social Trading App. Due to this interest I have spent minimal time on the CSS, and as I’m sure many of you can tell it is in need of improvement! At this time I would like to invite anyone interested to jump in and start making improvements!
Inside the “Social-Trading” folder of the Superalgos project you will find a ReadMe.md file. Currently this file only holds basic information about how to launch the social trading app. Inside this location I will add a more detailed write up of the social trading app code, why the approach chosen was used, and what improvements I think should be made.
Current State of the Social Trading App
- Signing Up (Completed)
- Managing your Social Personas / equivalent to Twitter accounts. Add / Edit / Delete. (Incomplete)
- Managing of your API keys: GitHub keys, exchange keys. (GitHub Keys completed for V1)
- Social Persona Timeline: Look at twitter for reference. (Completed)
- Post / Tweet: text, images, videos, mix of them. (Text/Images Completed)
- Repost / retweet. (Completed)
- Comment on Posts / Tweets. (Completed)
- React on Posts (Completed)
- Navigate posts / tweets like in Twitter. (Completed)
As you can see work on the UI of the Social Trading App is mostly completed. At this point in time focus is shifting toward fixing the social graph. Once the issues with the social graph are resolved we will be ready to launch version 1 for in house testing to find any bugs/issues that might arise.