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

Prettier forms #162

Open
dgorissen opened this issue Sep 26, 2014 · 10 comments
Open

Prettier forms #162

dgorissen opened this issue Sep 26, 2014 · 10 comments
Labels

Comments

@dgorissen
Copy link
Member

The forms on the main, edit waterpoint, create waterpoint views are all pretty ugly. Need some UI love.

@mtuchi
Copy link

mtuchi commented Oct 7, 2014

Is it the add water point form or?
@dgorissen

@dgorissen
Copy link
Member Author

All of them :) Main page form, create waterpoint form & edit waterpoint form.

@mtuchi
Copy link

mtuchi commented Oct 7, 2014

Okay
I will try to work on them

@mtuchi
Copy link

mtuchi commented Oct 9, 2014

Sorry
am working in app folder (Taarifawater points tree)
i only found a form on main.html , triage.html
i want to work on add water point form
where can i see the source code of that form?

@kynan
Copy link
Member

kynan commented Oct 9, 2014

There is only one view for forms: edit.html

@kynan
Copy link
Member

kynan commented Oct 9, 2014

Then there is of course all the forms for setting filters etc. on the main and dashboard views.

@mtuchi
Copy link

mtuchi commented Oct 9, 2014

My edit.html looks like this

edit

what should i do to see the whole form

@dgorissen
Copy link
Member Author

Yeah, actually this one is not quite beginner friendly. The form is generated dynamically using angular dynamic forms (btw @kynan I note this dep is not managed by bower?).

So you have to read up on the docs how to customize the form look and feel (dont know it off the top of my head).

Alternatively maybe its best to start with the form on the main page. That is not generated dynamically and could really use some love.

@mtuchi
Copy link

mtuchi commented Oct 9, 2014

Ok sure

@kynan
Copy link
Member

kynan commented Oct 9, 2014

@dgorissen the reason this is not managed by bower is that I had to (heavily) modify it. One reason was to make it look a bit more pretty (the default is really ugly!). I agree this is probably not suitable for a beginner. There is a lot of magic involved.

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

No branches or pull requests

3 participants