Display app list on client-store #56
Replies: 0 comments 12 replies
-
In think we can call the So for me, any app where Other points of this discussion seems good to me. |
Beta Was this translation helpful? Give feedback.
-
What do you mean by "app page"? For me, we need two pages to display the apps, we can have a client-store homepage that displays the latest open/favorite/created apps. |
Beta Was this translation helpful? Give feedback.
-
EDITI commented on the wrong discussion, this text below belongs to https://github.com/lenra-io/Lenra/discussions/82
|
Beta Was this translation helpful? Give feedback.
-
be careful to do not over-scope this discussion. The public app list is not part of this discussion seens is the app store and it's not for now. The app invitation is also out of this scope and should be the subject of another discussion. I think a home page with the list of the apps having an account for the user is the simplest. For the app ordering we can start with alphabetical or last use (I prefer alphabetical). |
Beta Was this translation helpful? Give feedback.
-
Do we manage the app logo ? What do we do for apps that does not have a logo ? It can't be published ? Do we generate a custom one with the first letter of the app like the Google accounts ? |
Beta Was this translation helpful? Give feedback.
-
Instead of tabs for each list, we can have all three list in the same page. If you open the play store on android, it works a bit like that. Later on, we will have to add a full-text search system, multiple tabs with multiple sub-tab and so on.. Anyway a designer should work on this one to create a much better UI |
Beta Was this translation helpful? Give feedback.
-
Display app list on client-store
We should add a new page on the
client-store
project to display all of the applications that the user has access to.Which app to display ?
Applications that have to be displayed to the user are :
But what if there is thousands of public apps, we do not want to show them to the user directly on his main page.
Here is a solution :
Show the apps that the user created. Show the ones he has been invited to only if he has opened it at least once. Show the ones that are public only if he has opened it at least once.
We then must add "tabs" to display more "invited to" and "public" apps.
We could have 3 tabs :
The user has the choice to remove an app from his "My apps" tab. (Maybe this feature needs a new discussion)
How to display an application ?
For the app list part.
Cards that are made of :
For the app page part
Display everything the user needs to know on this application. (app name, description, permissions, etc ...)
What is your opinion on this @lenra-io/devs ?
Beta Was this translation helpful? Give feedback.
All reactions