RecursiveThinking / recursive_thinking_website

Recursive Thinking Website
5 stars 2 forks source link

HTML/CSS/JS - Dashboard #114

Closed sethborne closed 6 years ago

sethborne commented 6 years ago

if user information for profile statistics is not filled out in profile, then display NA greyed out

if user information for profile statistics is provided, but no one has viewed, it should be 0 and gray

sethborne commented 6 years ago

the data model my need to be revised...

to display "NA" if the assocated input (github link) -> (github views) if that input is an empty string then display "NA"

if it is not empty, but is 0, then show as grey

if it is not empty, and is > 0, then show in green