Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have a list of uploaded apps available #16

Closed
LukasReschke opened this issue Jun 11, 2016 · 5 comments
Closed

Have a list of uploaded apps available #16

LukasReschke opened this issue Jun 11, 2016 · 5 comments
Assignees
Milestone

Comments

@LukasReschke
Copy link
Member

The home page should show the categories as well as the list of applications that are available. If somebody clicks on an application more details about it should be shown.

Probably best to solve this completely with some JS magic and not use any Python logic for this.

@LukasReschke LukasReschke added this to the First basic release (0.1.0) milestone Jun 11, 2016
@adsworth
Copy link
Contributor

isn't the title of the issue misleading? What do the installed apps have todo with the available apps and categories?

@BernhardPosselt BernhardPosselt changed the title Have a list of the installed apps available Have a list of uploaded apps available Jun 12, 2016
@BernhardPosselt
Copy link
Member

@LukasReschke we need some JS guys for this. If we go for Python and HTML, it's 3 lines of Python code, one line for a route and an html template :)

@BernhardPosselt
Copy link
Member

BernhardPosselt commented Jun 12, 2016

Something like this:

from django.views.generic.list import ListView
from nextcloudappstore.core.models import App

AppsView(ListView):
    model = Apps

# urls for the homepage
url(r'^apps/?$', AppsView.as_view(), name='apps)

@LukasReschke
Copy link
Member Author

@LukasReschke we need some JS guys for this. If we go for Python and HTML, it's 3 lines of Python code, one line for a route and an html template :)

If it is that easy in Django I'm happy to also go the HTML and Django route :)

@adsworth adsworth self-assigned this Jun 12, 2016
BernhardPosselt added a commit that referenced this issue Jun 12, 2016
@adsworth
Copy link
Contributor

Closed via #20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants