Replies: 3 comments 4 replies
|
@kotleni one small note about feed. I recommend instead of implementing tinder-like carda yourself look into existing solutions. On Android and iOS we found some libs that we polished and it was relatively easy after all. Maybe look into tinder for UI references on desktop as well |
0 replies
|
@kotleni Do you have any ideas on where feed might be in the web app? |
0 replies
|
@y9san9 With our card-like profile design it's hard to feet anything else there... But what 'bout something like this: |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
@kotleni I've been thinking about domain separation so we can work more on the features that we know and it should be more effective.
I think I can take profile edit / view / register related things, while you can focus more on the Feed feature. What do you think?
The majority of the code for the features I am planning to work on is already written, but I want to add validation there, enhance the UI, add labels picker and other things. I will also need to learn a lot of things since I barely use AI for actual code writing (mainly for learning), so I am doing things at a slow pace now. While you are already familiar with the technologies.
All reactions