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

camp workflow progress bar #20

Open
joachimprinzbach opened this issue Sep 6, 2016 · 2 comments
Open

camp workflow progress bar #20

joachimprinzbach opened this issue Sep 6, 2016 · 2 comments

Comments

@joachimprinzbach
Copy link
Owner

  • shows current state of camp planning
  • skip states
  • show next activities
  • manual state changes
@joachimprinzbach
Copy link
Owner Author

workflow

  • (neues camp erstellen)
  • datum bestimmen im team
  • outlook blocker erstellen
  • hotel suche/filter
  • offerte erstellen & versenden
  • angebot einpflegen
  • abstimmung im team
  • hotel def buchen
  • outlook blocker ersetzen
  • nach camp: reviews einpflegen
  • (camp abschliessen)

@joachimprinzbach
Copy link
Owner Author

-> Might be usefull to fix the bug with the unrendered map in the workflow tab view.

SebmGoogleMap now supports triggering resize events
on the google map instance. This is usefull when you intially
hide the map (for example in a tab) and then want to show
the map:

<div [hidden]="!showMap">
    <sebm-google-map #myMap></sebm-google-map>
</div>
<button (click)="showMap = true; myMap.triggerResize()">resize</button>

@joachimprinzbach joachimprinzbach added this to the 1.0.0 milestone Sep 6, 2016
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

1 participant