aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2023-06-15 09:07:13 -0500
committerChristian Cleberg <hello@cleberg.net>2023-06-15 09:07:13 -0500
commit64cd6680e21d613609d423e55bd39249d38626f8 (patch)
tree4be5b0a327b02d0e6848b8c956a9d9d4c1c8b500 /README.md
parent180f43bdcfb0caee65df510bf98b36e313f3fd07 (diff)
downloadhn-64cd6680e21d613609d423e55bd39249d38626f8.tar.gz
hn-64cd6680e21d613609d423e55bd39249d38626f8.tar.bz2
hn-64cd6680e21d613609d423e55bd39249d38626f8.zip
add basic functionality to view items and discussions
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4b4bf70..7d0704c 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,8 @@ A scratch pad of ideas that may be useful to implement:
- [x] Add minimal CSS.
- [x] Add functionality to view a user's profile.
-- [ ] Add functionality to view item-specific page with comments (`ConstructStoryDiscussion`).
+- [x] Add functionality to view item-specific page with comments (`ConstructStoryDiscussion`).
+ - [ ] Load recursive descendant threads.
- [ ] Add functionality to handle polls (`ConstructPoll` & `ConstructPollOpt`).
- [ ] Add functionality to load more items or paginate.