You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@radiovisual
I'm looking to implement the exact profile feature in the ccnews once I can figure out these encoding issues, but I think we can abstract that type of logic in it's own package.
Judging from the existing code, it looks possible. I'm thinking of an simplistic browser storage-like API.
Hey @brh55, so you mean you want to consolidate the profile management APIs between ccoin and ccnews by extracting the profile management for ccoin into it's own module so you can use it in ccnews? Sounds like a good plan to me! 👍
@radiovisual
I'm looking to implement the exact profile feature in the ccnews once I can figure out these encoding issues, but I think we can abstract that type of logic in it's own package.
Judging from the existing code, it looks possible. I'm thinking of an simplistic browser storage-like API.
set(profile, profileObject)
get(profile, profileObject)
delete(profile)
What are your thoughts? I can tackle this also on my free time, but just wanted to let you know.
The text was updated successfully, but these errors were encountered: