FreederTeam / Freeder

An easy-to-use free feed reader
Other
5 stars 1 forks source link

Working features waiting for integration #25

Closed tmos closed 10 years ago

tmos commented 10 years ago

We can list here (edit the following post) all the ok-but-not-yet-implemented features, with (if needed) a little description on how to use it (options for an ajax page for example).

It will help to don't get lost on all those waiting features :)

tmos commented 10 years ago

Display nice errors boxes, with color code

Phyks commented 10 years ago

Here's a summary of the bugs I found while setting up a production Freeder for myself. These may need some backend code:

Share button

Synchronization option / Automatize the crontask adding.

MAJOR Tags with spaces have errors right now.

Display progress during refresh / when adding feeds

Note: Some of the above points may deserve a separate issue.

tmos commented 10 years ago

By the way, the «remember me» checkbox need some backend code too I think.

Phyks commented 10 years ago

:+1:

Phyks commented 10 years ago

Another thing I just noticed @tmos:

tmos commented 10 years ago

Actually, this is what I wanted to do, but as i built the mobile view first, this is upside down in desktop. So, this will be fixed :)

Phyks commented 10 years ago

Perfect ! =)

Phyks commented 10 years ago

Another idea, while I'm testing Freeder:

Add some info about the original feed for each item, to know where does it come from.

Phyks commented 10 years ago

9 hours of train ahead of me, I updated some of the above points. Will continue to work on it, I hope my laptop battery will follow me !

Note that the commit to add the remember me requires an update of the database. Reinstall Freeder (delete data/db.sqlite3) or read carefully the commit message.

Phyks commented 10 years ago

hide buttons when anonymous view is on

I changed it, see commit message in the todo branch, as I need some advices.

tmos commented 10 years ago

I think it depends of how does the share button works. If it open directly your shaarli, no interest. in other words, If the user (owner) have to customise wich service, or adresses (for shaali, Diaspora pods, etc.), it shouldn't be accessible for a visitor. But if this is just a pack of generic links, why not.

Maybe we have to argue about how the share button will work ?

Phyks commented 10 years ago

Indeed. My idea right now was that the share button could open a popup or something similar, to share on defined services. These could be D* and Shaarli, built-in (to be enabled in the config by parameterizing the associated URL) and one could write simple plugins to add other services (such as Facebook ? :p).

So indeed, it may not be useful for a visitor. What do you think about it ?

tmos commented 10 years ago

I agree, it is mainly made for the owner, so it could be better to allow him to set his own services. Actually, he will be the main user, so let's do something good for him, shouldn't we ?

But I think that we should include Facebook twitter and g+ in default if we want more than 3 users :D

Phyks commented 10 years ago

True, let's do this. I updated it.

No problem concerning Facebook / Twitter and cie, it was a joke =P

Phyks commented 10 years ago
Phyks commented 10 years ago

Read all button added in this commit, ugly and not nice at all, but does the stuff. To be updated to fit BEMcss branch when merged.

Phyks commented 10 years ago
Phyks commented 10 years ago

Add the number of unread articles somewhere

tmos commented 10 years ago

I'll hardle this after the CSS «bemisation» :)

Phyks commented 10 years ago

Perfect ! =)

Phyks

On 24 août 2014 22:05:35 UTC+02:00, "Tom.C." notifications@github.com wrote:

I'll hardle this after the CSS «bemisation» :)


Reply to this email directly or view it on GitHub: https://github.com/FreederTeam/Freeder/issues/25#issuecomment-53205152

Phyks commented 10 years ago
Phyks commented 10 years ago
Phyks commented 10 years ago

@tmos: I edited your first post to have a single list with checkboxes which is easier to maintain and gives a better overview that multiple TODOs in different posts.

Phyks commented 10 years ago

Add a way to tag an entire feed

=> Functions are already available in JS and backend.