Menu flows support viewing posted details, display and linting fixes #61

Manually merged
cmccabe merged 1 commits from menu-flow-and-display into master 2019-12-15 11:46:36 +00:00
Collaborator

Fixes #57

When you post a new link, the post/thread details screen for that link is now displayed. Exiting from this screen returns you to the menu screen you initiated the post from.

The exception is if you are already viewing post/thread details, you will return to the previous category details screen. This might be a bit disconcerting, but I don't think there's an alternative in the current menu system. Something to think about.

Fixes #59

Replies are displayed from oldest to newest, and now also includes a date. This date should be something like "5 hours ago" - that's more complicated, something for another change.

Fixes #54

While I was working on these views I made the proposed changes. The category name is now displayed in category details and thread details screens, and if there are no replies the "Replies:" title is not displayed.

Other changes

  • Dates are now all built in the same way, display local time, and should now be displayed in local time formats, or something like the UTC standard.
  • Linting fixes in config.py
#### Fixes #57 When you post a new link, the post/thread details screen for that link is now displayed. Exiting from this screen returns you to the menu screen you initiated the post from. The exception is if you are already viewing post/thread details, you will return to the previous category details screen. This might be a bit disconcerting, but I don't think there's an alternative in the current menu system. Something to think about. #### Fixes #59 Replies are displayed from oldest to newest, and now also includes a date. This date should be something like "5 hours ago" - that's more complicated, something for another change. #### Fixes #54 While I was working on these views I made the proposed changes. The category name is now displayed in category details and thread details screens, and if there are no replies the "Replies:" title is not displayed. #### Other changes - Dates are now all built in the same way, display local time, and should now be displayed in local time formats, or something like the UTC standard. - Linting fixes in config.py
asdf added the
bug
enhancement
this release
labels 2019-12-15 02:51:37 +00:00
Owner

This looks great, asdf! It looks like we're finally getting down to the last tidying-up steps before a first release.

I agree about the step of going from view post/link > post a link > and then back to category details. But it's good enough for now and we can address it later.

This looks great, asdf! It looks like we're finally getting down to the last tidying-up steps before a first release. I agree about the step of going from view post/link > post a link > and then back to category details. But it's good enough for now and we can address it later.
cmccabe closed this pull request 2019-12-15 11:46:36 +00:00
asdf deleted branch menu-flow-and-display 2020-01-09 04:17:24 +00:00
Sign in to join this conversation.
No description provided.