Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

jglovier ship list [8/15] #12

Closed
4 of 6 tasks
jglovier opened this issue Aug 15, 2014 · 7 comments
Closed
4 of 6 tasks

jglovier ship list [8/15] #12

jglovier opened this issue Aug 15, 2014 · 7 comments

Comments

@jglovier
Copy link
Member

Stuff I'm currently working on:

  • basic UI cleanup
    • broken button styles
    • search field (addressed in a9e6e6f)
    • etc
  • nav paradigm/welcome screen
  • styling the patient details screen, and working through how to accomodate the critical info
@jglovier
Copy link
Member Author

jglovier commented Sep 6, 2014

So this is what I'm working on building out for the nav structure for the splash screen:

img

@jkleinsc sorry I didn't get this to you today. Heading out on vacation tomorrow, but planning on finishing this up on our travels or sometime after we arrive tomorrow.

@jglovier
Copy link
Member Author

jglovier commented Sep 6, 2014

@jkleinsc btw, I'm trying to add some simple jQuery to show/hide the additional options pane. I tried just dropping it in as an inline script for now, but it didn't work. Where is it actually supposed to go? (cc @tangollama if available)

The script I wrote is this:

<script>
$(function() {
   $(".hidden-link-list-trigger").click(function(event)) {
      event.preventDefault();
      $("this").closest(".hidden-link-list").toggleClass("show");
      $("this").toggleClass("active");
   });
 });
</script>

@jglovier
Copy link
Member Author

jglovier commented Sep 6, 2014

@jkleinsc so I just committed the index work all spiked out statically. As we discussed, you'll still have to turn it into ember generated stuff. Also, the JS issue above is unresolved - I just yanked out the code, so that will still need to be added. Ping me in Slack if you need anything urgent, and good luck with getting everything setup on Tuesday!

@jglovier
Copy link
Member Author

jglovier commented Sep 6, 2014

For reference, here's a shot of the current static state:

img

@jglovier
Copy link
Member Author

jglovier commented Sep 6, 2014

There are some issues I'll still need to iterate on WRT layout (thinking of maybe adding masonry?), but this will get you started.

jglovier pushed a commit that referenced this issue Sep 7, 2014
jglovier pushed a commit that referenced this issue Sep 7, 2014
@jglovier
Copy link
Member Author

jglovier commented Sep 7, 2014

So I did some work on the button styles, and the patient details sections. I had to rework some of the markup (both for buttons, and for the subsection styles), and only focused on working it out in the patient details view. For other views that use this similar markup, it will also need to be updated (which I can do eventually, just a heads up that it's not addressed yet). Also, if you're adding new sections try to refer to the markup in the patient details section as a reference for now.

@jglovier
Copy link
Member Author

jglovier commented Sep 7, 2014

Button styles:

image

Section styles:

image

vasanthkumar97 pushed a commit to xcaliber-health/hospitalrun-frontend that referenced this issue Oct 8, 2022
added filter functionality and integratedn get patients api
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants