-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.todo
More file actions
15 lines (8 loc) · 733 Bytes
/
Copy path.todo
File metadata and controls
15 lines (8 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[ ] - Make the methods accept Audio or Video
[ ] - Make the methods accept more than 1 single asset
[X] - Use a better date for the 'dueAt' (it's sh*tty now) --- Added `PublicationDate` `dataclass` to handle it.
[ ] - Make `do_share_to_feed` a hardcoded value when the web app is not showing it (I have a TODO comment on them) but its needed
[ ] - What happens if `do_share_to_feed` is False when creating a Story, for example, I think nothing happens (?)
[ ] - Determine how to handle the paid fields like `first_comment`
[ ] - Rename methods to be more descriptive about when the post/reminder is published, and to accept the other types.
[ ] - LOT of things to improve... Just making it work for me by now (post things) :P