scripting / a8c-FeedLand-Support

A public repo for discussing FeedLand at A8C.
1 stars 0 forks source link

User Info page #56

Closed scripting closed 8 months ago

scripting commented 8 months ago

We have Feed Info and Reading List info but until now, no User Info page.

This missing piece made it hard to sort out problems in Supervisor mode.

Seemed like a one-day project, and it is shaping up that way.

cagrimmett commented 8 months ago

Small bug with the first version of the user info page: Links to feed list and latest news go to the current logged in user's feed list and latest news rather than the feed list and latest news for the user whose info page you are viewing.

Steps to reproduce:

  1. Go to anyone's user info page but your own. For example, https://feedland.org/?userinfo=bullmancuso
  2. Under the View as section, click either the Feed list or Latest News link.
  3. You'll be taken to your own feed list or latest news, when you'd expect to go to https://feedland.org/?username=bullmancuso or https://feedland.org/?river=true&screenname=bullmancuso

Image

scripting commented 8 months ago

@cagrimmett -- thanks for the report. fixed. ;-)

scripting commented 8 months ago

New feature -- the category names are linked to the Feed List page for the user whose info we're looking at.

Image