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

CollapsedDepCardView #9

Closed
6 tasks done
jbenet opened this issue Nov 19, 2016 · 7 comments
Closed
6 tasks done

CollapsedDepCardView #9

jbenet opened this issue Nov 19, 2016 · 7 comments

Comments

@jbenet
Copy link
Owner

jbenet commented Nov 19, 2016

This is the view of a collapsed card.

It must have:

  • An "ID" segment
    • website logo
    • local shorthand identifier
  • Progress bar, if any (based on the count, just rendered as the background filling up the bar). DepCard: Add tasks, tasksCompleted, and a progress bar #18
  • 3 Dependency Indicators (dependencies, related, dependents)
  • Edge should change color depending on whether it's done (green) or not (red).

The cards on:


depends on #11
depends on #18

@jbenet jbenet mentioned this issue Nov 19, 2016
9 tasks
@jbenet
Copy link
Owner Author

jbenet commented Nov 20, 2016

Progress

2016-11-20 at 4 14 am

@jbenet
Copy link
Owner Author

jbenet commented Nov 20, 2016

smaller

2016-11-20 at 4 25 am

@jbenet
Copy link
Owner Author

jbenet commented Nov 20, 2016

Progress bar on card

2016-11-20 at 4 36 am

@wking
Copy link
Collaborator

wking commented Nov 26, 2016

#11 handles all of this except the progress bar. GitHub doesn't seem to expose the task-list counts in their API and I haven't worked up or found a Markdown scraper to figure those counts out on our own. Can we add a depends on #11 for the other portions of this issue?

@victorb
Copy link
Collaborator

victorb commented Nov 26, 2016

Guess as a first pass you can just look for occurrences of [] and [ ] and for completed ones look for [x]

@wking
Copy link
Collaborator

wking commented Nov 28, 2016

I'm working on the progress bar now.

@wking
Copy link
Collaborator

wking commented Nov 28, 2016

Progress bar landed via #18, so we've checked all the boxes for this issue.

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

3 participants