Process and save pet names and contact lists #4

Closed
opened 2022-11-19 20:20:58 +13:00 by mikedilger · 3 comments
mikedilger commented 2022-11-19 20:20:58 +13:00 (Migrated from github.com)
No description provided.
mikedilger commented 2022-12-22 13:04:06 +13:00 (Migrated from github.com)

See also #61 for some processing we should do on them.

See also #61 for some processing we should do on them.
mikedilger commented 2022-12-30 20:09:19 +13:00 (Migrated from github.com)

This starts with

  • Create a person page - when you click an avatar, it takes you to that page
  • Show person metadata on that page
  • Create database tables for person-following-person-with-petname
  • Add kind=3 events to the lookback filter on the main subscription
  • Process kind=3 events by saving data into person-following-person-with-petname
  • Dont store all of this data also in globals. If the UI needs it, it can send a message and display 'loading' while it hasn't arrived. Globals can store ONE person's following list which gets overwritten when loaded.
  • nostr-types: Metadata needs bonus data. serialize/deserialize Metadata needs to preserve unknown fields there.
This starts with - [x] Create a person page - when you click an avatar, it takes you to that page - [x] Show person metadata on that page - [ ] Create database tables for person-following-person-with-petname - [ ] Add kind=3 events to the lookback filter on the main subscription - [ ] Process kind=3 events by saving data into person-following-person-with-petname - [ ] Dont store all of this data also in globals. If the UI needs it, it can send a message and display 'loading' while it hasn't arrived. Globals can store ONE person's following list which gets overwritten when loaded. - [x] nostr-types: Metadata needs bonus data. serialize/deserialize Metadata needs to preserve unknown fields there.
mikedilger commented 2023-09-01 10:15:34 +12:00 (Migrated from github.com)

I'm splitting this issue. Petnames were just done. Saving other people's contact lists will be a separate issue.

I'm splitting this issue. Petnames were just done. Saving other people's contact lists will be a separate issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nostr/gossip#4
No description provided.