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

What, Why, How? #2

Closed
2 tasks done
SimonLab opened this issue Dec 4, 2018 · 1 comment
Closed
2 tasks done

What, Why, How? #2

SimonLab opened this issue Dec 4, 2018 · 1 comment
Assignees
Labels
chore enhancement New feature or request

Comments

@SimonLab
Copy link
Member

SimonLab commented Dec 4, 2018

What?

An Elm package which will allow users to create a dropdown containing filters organised on different levels.

An example of the possible UI that would be possible to create with this package:
image

Why

The goal is to create a reusable view that can be integrated easily with different kind of application. Instead of rewriting the same code each time the package will allow the users to save time by just importing the package

How

The API of the package is still a work in progress, see dwyl/learn-elm#125 but the main idea is to import the package in your Elm application then using the view function to display the dropdown and filters.

  • Write this documentation in the README.md file
  • Create a gh-pages branch which will host the examples. Each time a new version of the package is ready we will need to update this branch and compile the example to html files
@SimonLab SimonLab self-assigned this Dec 4, 2018
@SimonLab SimonLab changed the title What? What, Why, How? Dec 4, 2018
@nelsonic nelsonic added the enhancement New feature or request label Dec 4, 2018
@SimonLab
Copy link
Member Author

SimonLab commented Feb 1, 2019

The package is now published and the Readme/doc explain how to use ti see https://package.elm-lang.org/packages/dwyl/elm-criteria/latest/Criteria

@SimonLab SimonLab closed this as completed Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants