This will be fleshed out as development proceeds. At a minimum, we will need:
User table, with e-mail address, password, and salt
Feed table, with URL and last updated date
Item table, with publish date, updated date, content (prefer encoded), read flag, and bookmark flag
This will be fleshed out as development proceeds. At a minimum, we will need:
- User table, with e-mail address, password, and salt
- Feed table, with URL and last updated date
- Item table, with publish date, updated date, content (prefer encoded), read flag, and bookmark flag
danieljsummers
added this to the Alpha Release project 2024-04-04 02:59:22 +00:00
danieljsummers
self-assigned this 2024-04-04 23:14:41 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This will be fleshed out as development proceeds. At a minimum, we will need:
This has been completed