15
submitted 3 months ago by [email protected] to c/[email protected]

How should our community treat out-of-date and abandoned Apps?

Sometimes a dev is away for an extended period of time, then returns to development. Sometimes an app is officially abandoned but still functions well. Sometimes an app may be under active development but not yet compatible with the latest version of Lemmy.

Should these apps be excluded from our Apps list? Which ones? What criteria should we use? Should we maintain a list of "Old Apps" for posterity, as a code database, etc?

top 10 comments
sorted by: hot top controversial new old
[-] [email protected] 10 points 3 months ago

I guess if an app does not support the latest version of Lemmy it can be considered as "old" or at least "non-current", as Lemmy devs make sure to announce API changes in advance.

Probably having that information about them would be nice. Depends how much maintenance it is for you to update the megathread if someone updates the app and it becomes "current" again

[-] [email protected] 4 points 3 months ago

I would agree that 0.19 makes a good test, since about 99% of users are on it now. It's unlikely that anyone looking for info about apps is interested in one that doesn't work.

Next question is: Is there an easy way to test whether an app works correctly?

[-] [email protected] 4 points 3 months ago* (last edited 3 months ago)

The biggest change with 0.19's API was the authentication method.

In 0.18.5 and below, it's done via cookie or as a parameter in the JSON body. In 0.19+, it's via the Authorization Bearer {jwt} header. 0.19.0+ will not accept the JWT in the JSON body, and most of the apps I've seen don't use cookies (I don't recall off the top of my head if 0.19 still supports auth cookies or not).

So the easiest test for an app's 0.19.x support would be just trying to log into an 0.19 instance. Supported features vary among apps anyway, so I wouldn't judge based on some 0.19 features not being implemented (yet?) as long as auth works.

Another notable change is they fixed the missing timezone in their incorrect ISO 8601 timestamp fields in 0.19. If some apps were shoehorning in the missing Z to fix that, and didn't account for that, then the published/edited times may not work, may break the app, or just be a few hours off.

The other big change is the switch from offset-based pagination (page=3) to cursor-based pagination (page_cursor = abcdefg). Currently, both pagination methods are supported as of 0.19.3, but the offset-based method is currently deprecated and scheduled to be removed.

After the next major release, that would probably be a decent litmus test.

[-] [email protected] 2 points 3 months ago

As a surprising coincidence, I was in the midst of testing tesseract as I received this reply (replying now from the great web app). I believe you've said that it will not continue development for lemmy in the future if I recall correctly. I was able to log in just now with no issue. Does that mean it's compatible with 0.19?

[-] [email protected] 3 points 3 months ago

Lol, that is a coincidence indeed.

Correct. I'm targeting Sublinks in the future, but since there's going to be a compatibility phase (where the two APIs will be 1:1 compatible), I've resumed development about a month ago (mostly bugfixes though I do have a feature branch with some new stuff - posting this reply from that dev branch right now 🙂).

So for the foreseeable future, Tesseract can be considered a Lemmy app. Not sure what I'll do when the APIs start to diverge, though.

[-] [email protected] 6 points 3 months ago

add 'last updated' column to the list

[-] [email protected] 5 points 3 months ago

This is visible in the current pinned post, and apps are sorted (at the moment) by most recently updated. Do you think this is enough? Should we leave apps on the list indefinitely and let users make their own judgements?

[-] [email protected] 5 points 3 months ago

i would leave them up even if abandoned so if a seeker stumbles upon one and is curious about it, they can know it is known and dismissable, rather than submitting it for inclusion on the list.

[-] [email protected] 6 points 3 months ago
[-] [email protected] 3 points 3 months ago

That was my thought, too.

this post was submitted on 18 Mar 2024
15 points (89.5% liked)

Lemmy Apps

5226 readers
4 users here now

A home for discussion of Lemmy apps and tools for all platforms.

RULES:


An extensive list of Lemmy apps is available here:

LemmyApps.com

or lemmyapps.netlify.app


Visit our partner Communities!

Lemmy Plugins and Userscripts is a great place to enhance the Lemmy browsing experience. [email protected]

Lemmy Integrations is a community about all integrations with the lemmy API. Bots, Scripts, New Apps, etc. [email protected]

Lemmy Bots and Tools is a place to discuss and show off bots, tools, front ends, etc. you’re making that relate to lemmy. [email protected]

Lemmy App Development is a place for Lemmy builders to chat about building apps, clients, tools and bots for the Lemmy platform. [email protected]

founded 1 year ago
MODERATORS