@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.
@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.