idno / known

A social publishing platform.
https://withknown.com/opensource
Other
1.05k stars 195 forks source link

Filter Content - Favourites #941

Open markwaters opened 9 years ago

markwaters commented 9 years ago

It would be nice to be able to filter our favourite / starred posts with the 'Filter Content' dropdown.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

benwerd commented 9 years ago

Interesting! Do you mean posts that you've starred using the existing star function?

markwaters commented 9 years ago

Yes, otherwise there seems no way to find them again later.

On 22 June 2015 22:52:28 CEST, Ben Werdmuller notifications@github.com wrote:

Interesting! Do you mean posts that you've starred using the existing star function?


Reply to this email directly or view it on GitHub: https://github.com/idno/Known/issues/941#issuecomment-114259166

http://about.me/markwaters

mapkyca commented 9 years ago

Related, it'd be nice to make the filter more pluggable. Currently it only supports lists of class names, it'd be nice to modify based on metadata fields as well (star lists etc). But that might be a little hard to do efficiently in the current database structure...

benwerd commented 9 years ago

There's no real reason why the pulldown couldn't just be extensible though, with plugins creating a new filter page.

Perhaps in addition, there could be an event system for handling different 'content/X' URLs. If no event handlers pick up on a content type, it 404s.

On Fri, Jun 26, 2015 at 3:29 AM, Marcus Povey notifications@github.com wrote:

https://github.com/idno/Known/issues/941Related, it'd be nice to make the filter more pluggable. Currently it only supports lists of class names, it'd be nice to modify based on metadata fields as well (star lists etc). But that might be a little hard to do efficiently in the current database structure...

— Reply to this email directly or view it on GitHub https://github.com/idno/Known/issues/941#issuecomment-115634417.

Ben Werdmuller http://goog_1933028737 benwerd.com | werd.io

+1 (312) 488-9373

mapkyca commented 9 years ago

The plugin would have to handle the resultant search page though, since we can't post filter easily and maintain pagination.

benwerd commented 9 years ago

Agree.

On Fri, Jun 26, 2015 at 5:38 AM, Marcus Povey notifications@github.com wrote:

https://github.com/idno/Known/issues/941The plugin would have to handle the resultant search page though, since we can't post filter easily and maintain pagination.

— Reply to this email directly or view it on GitHub https://github.com/idno/Known/issues/941#issuecomment-115664939.

Ben Werdmuller http://goog_1933028737 benwerd.com | werd.io

+1 (312) 488-9373

mapkyca commented 9 years ago

That said, it'd be hard to have mixed display with this, they'd basically be separate pages.

danito commented 9 years ago

In this case, could starred content not be handled like special (hidden) tag and be used by the search function? And then add a link to /tag/myspecialtag