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

As cover manager, I want to be able to choose which 7 projects appear on the homepage #20

Open
simon-milleto opened this issue Jan 12, 2017 · 3 comments
Assignees

Comments

@simon-milleto
Copy link
Contributor

simon-milleto commented Jan 12, 2017

accueil

@DavidBruant
Copy link
Contributor

Other pages are easier to build because there is an easy way to find the data (garment page is a github repo, user page is a github user page). This page needs data across several repos of different users.

@matthieu-brillaxis
Copy link
Contributor

matthieu-brillaxis commented Apr 27, 2017

As cover manager, I want to be able to get 7 projects on the homepage.
I want to save this settings in a cover.json who will be centralised at the root of the web site, so all users will see the same homepage.
In the .json, we will set an object to store the path to projects who will be show on the homepage.
The cover manager can edit this .json if he want to change one of the seven project on the homepage.

@DavidBruant DavidBruant changed the title As a guest, I want to visit the homepage As cover manager, I want to be able to choose which 7 projects appear on the homepage Apr 27, 2017
@DavidBruant
Copy link
Contributor

DavidBruant commented May 4, 2017

expected file format :

{
  "primary": "milanavjc/white-dress",
  "secundary": [
    "DavidBruant/white-shirt",
    "DavidBruant/scarf"
  ]
}

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

No branches or pull requests

4 participants