Skip to content

Commit

Permalink
update the tool interface based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Chang Sun authored and Chang Sun committed Sep 8, 2023
1 parent 1254cd7 commit 090196a
Show file tree
Hide file tree
Showing 5 changed files with 477 additions and 499 deletions.
29 changes: 16 additions & 13 deletions dist/cmlconsent.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,14 @@
<div class="ui large top fixed hidden menu">
<div class="ui container">
<a class="active item" href="cmlconsent.html">Home</a>
<a class="item" href="cmlfetch.html">View my Data</a>
<!-- <a class="item" href="cmlfetch.html">View my Data</a> -->
<a class="item" href="cmlparticipate.html">Contribute to studies</a>
<a class="item" href="cmlrequest.html">Ask for Consent [Researcher portal]</a>
<div class="right menu">
<!-- <div class="right menu">
<div class="item">
<a class="ui primary login button" href="cmllogin.html" id="logStatusFollowing">Log in</a>
</div>
</div>
</div> -->
</div>
</div>

Expand All @@ -171,13 +171,12 @@
<i class="sidebar icon"></i>
</a>
<a class="active item" href="cmlconsent.html">Home</a>
<a class="item" href="cmlfetch.html">View my Data</a>
<!-- <a class="item" href="cmlfetch.html">View my Data</a> -->
<a class="item" href="cmlparticipate.html">Contribute to studies</a>
<a class="item" href="cmlrequest.html">Ask for Consent [Researcher portal]</a>
<div class="right item">
<!-- <div class="right item">
<a class="ui inverted login button" href="cmllogin.html" id="logStatusPage">Log in</a>
<!-- <a class="ui inverted token button" href="token.html" id="tokenPage">Get token</a> -->
</div>
</div> -->
</div>
</div>

Expand All @@ -186,8 +185,13 @@ <h1 class="ui inverted header">
Citizen-Centric Data Platform (TIDAL) for your Digital Consent.
</h1>
<h3 id="homeMessage">Part of CMyGuideline Project [Working-in-progress].</h3>
<a class="ui huge inverted button" href="https://www.cmylife.nl/projecten/cmyguideline">CMyGuideline</a>
<a class="ui huge primary button" href="https://www.cmylife.nl/projecten/cmyguideline">Tutorials<i class="right arrow icon"></i></a>
<div class="ui buttons">
<button class="ui huge blue button solidcommunity listen">Citizens/patient</button>
<div class="or"></div>
<button class="ui huge blue button inrupt listen">Health professional</button>
</div>
<!-- <a class="ui huge primary solidcommunity button">Patient Login</a>
<a class="ui huge inverted inrupt button">Researcher Login</a> -->
</div>
</div>

Expand Down Expand Up @@ -253,14 +257,13 @@ <h4 class="ui inverted header">About</h4>
<div class="three wide column">
<h4 class="ui inverted header">Resources</h4>
<div class="ui inverted link list">
<a href="https://solidproject.org/use-solid/" class="item">What is CMyGuideline</a>
<a href="https://forum.solidproject.org/top/all" class="item">Why your data matters</a>
<a href="https://solidproject.org/use-solid/apps" class="item">What is a digital consent</a>
<a href="https://www.cmylife.nl/" class="item">CMLife Website</a>
<a href="https://www.cmylife.nl/projecten/cmyguideline" class="item">CMyGuideline</a>
</div>
</div>
<div class="seven wide column">
<h4 class="ui inverted header">Message to users</h4>
<p>This tool is a part of CMyGuideline Porject and still working in progress. We will keep improving and updating the tool based on the user feedback.
<p>This project is still working in progress so that some improvements and changes mighe be taken in place in the future.
You are very welcome to comment or contribute to the project.
</p>
</div>
Expand Down
41 changes: 25 additions & 16 deletions dist/cmlparticipate.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
<link rel="stylesheet" type="text/css" href="../semantic/dist/components/modal.css">
<link rel="stylesheet" type="text/css" href="../semantic/dist/components/loader.css">
<link rel="stylesheet" type="text/css" href="../semantic/dist/components/step.css">
<link rel="stylesheet" type="text/css" href="../semantic/dist/components/checkbox.css">


<link rel="stylesheet" type="text/css" href="../semantic/dist/components/divider.css">
<link rel="stylesheet" type="text/css" href="../semantic/dist/components/dropdown.css">
Expand All @@ -38,10 +40,11 @@
<link rel="stylesheet" type="text/css" href="../semantic/dist/components/dimmer.css">


<style type="text/css">

.ui.cards > .card {
width: 365px;

<style type="text/css">

.ui.cards > .card {
width: 365px;
}

.hidden.menu {
Expand Down Expand Up @@ -157,6 +160,7 @@
<script src="../semantic/dist/components/modal.js"></script>
<script src="../semantic/dist/components/dimmer.js"></script>
<script src="../semantic/dist/components/dropdown.js"></script>
<script src="../semantic/dist/components/checkbox.js"></script>

<script>$(document)
.ready(function () {
Expand Down Expand Up @@ -204,12 +208,12 @@
<div class="ui large top fixed hidden menu">
<div class="ui container">
<a class="item" href="cmlconsent.html">Home</a>
<a class="item" href="cmlfetch.html">View my Data</a>
<!-- <a class="item" href="cmlfetch.html">View my Data</a> -->
<a class="active item" href="cmlparticipate.html">Contribute to studies</a>
<a class="item" href="cmlrequest.html">Ask for Consent [Researcher portal]</a>
<div class="right menu">
<div class="item">
<a class="ui primary login button" href="cmllogin.html" id="logStatusFollowing">Log in</a>
<a class="ui primary login button" href="cmllogin.html" id="logStatusFollowing">Log out</a>
</div>
</div>
</div>
Expand All @@ -224,11 +228,11 @@
<i class="sidebar icon"></i>
</a>
<a class="item" href="cmlconsent.html">Home</a>
<a class="item" href="cmlfetch.html">View my Data</a>
<!-- <a class="item" href="cmlfetch.html">View my Data</a> -->
<a class="active item" href="cmlparticipate.html">Contribute to studies</a>
<a class="item" href="cmlrequest.html">Ask for Consent [Researcher portal]</a>
<div class="right item">
<a class="ui inverted login button" href="cmllogin.html"><span id="logStatusPage">Log in</span></a>
<a class="ui inverted login button" href="cmllogin.html"><span id="logStatusPage">Log out</span></a>
</div>
</div>
</div>
Expand All @@ -245,7 +249,8 @@ <h3>View and approve/decline digital consent to contribute to research studies.<

<div class="ui vertical stripe segment">
<div class="ui container">
<h3 class="ui header center aligned">Ongoing digital consent for requesting data</h3>
<h3 class="ui header center aligned">Onging studies asking for your consent</h3>
<h4 class="ui teal header center aligned">!! Refresh the page after you take actions to the consent !!</h4>
<div class="ui right aligned container">
<!--<div class="ui action input">
<input type="url" placeholder="Search research studies or topics" size="30" id="queryConsent">
Expand Down Expand Up @@ -277,13 +282,16 @@ <h3 class="ui header center aligned">Ongoing digital consent for requesting data
</div>
</div>
</div>


<h4 class="ui divider"></h4>
</div>
<h4 class="ui divider"></h4>
<!-- <div class="ui active centered inline loader"></div> -->
<div class="ui active centered inline loader" style="display: block;" id="loader"></div>
<div class="ui container" id="Container"></div>
<div class="ui container" id="OpenContainer"></div>
<h4 class="ui divider"></h4>
<div class="ui container" id="ApprovedContainer"></div>
<h4 class="ui divider"></h4>
<div class="ui container" id="DeclinedContainer"></div>
<!-- <div class="ui container" id="Consented Container"></div> -->
</div>

<div class="ui inverted vertical footer segment">
Expand All @@ -300,17 +308,18 @@ <h4 class="ui inverted header">About</h4>
<div class="three wide column">
<h4 class="ui inverted header">Resources</h4>
<div class="ui inverted link list">
<a href="https://solidproject.org/use-solid/" class="item">What is SOLID</a>
<a href="https://forum.solidproject.org/top/all" class="item">SOLID Forum</a>
<a href="https://solidproject.org/use-solid/apps" class="item">Other SOLID App</a>
<a href="https://www.cmylife.nl/" class="item">CMLife Website</a>
<a href="https://www.cmylife.nl/projecten/cmyguideline" class="item">CMyGuideline</a>
</div>
</div>
<div class="seven wide column">
<h4 class="ui inverted header">Message to users</h4>
<p>This project is still working in progress so that some improvements and changes mighe be taken in place in the future.
You are very welcome to comment or contribute to the project.
</p>

</div>

</div>
</div>
</div>
Expand Down
14 changes: 6 additions & 8 deletions dist/cmlrequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,12 +255,12 @@
<div class="ui large top fixed hidden menu">
<div class="ui container">
<a class="item" href="cmlconsent.html">Home</a>
<a class="item" href="cmlfetch.html">View my Data</a>
<!-- <a class="item" href="cmlfetch.html">View my Data</a> -->
<a class="item" href="cmlparticipate.html">Contribute to studies</a>
<a class="active item" href="cmlrequest.html">Ask for Consent [Researcher portal]</a>
<div class="right menu">
<div class="item">
<a class="ui primary login button" href="cmllogin.html" id="logStatusFollowing">Log in</a>
<a class="ui primary login button" href="cmllogin.html" id="logStatusFollowing">Log out</a>
</div>
</div>
</div>
Expand All @@ -275,11 +275,11 @@
<i class="sidebar icon"></i>
</a>
<a class="item" href="cmlconsent.html">Home</a>
<a class="item" href="cmlfetch.html">View my Data</a>
<!-- <a class="item" href="cmlfetch.html">View my Data</a> -->
<a class="item" href="cmlparticipate.html">Contribute to studies</a>
<a class="active item" href="cmlrequest.html">Ask for Consent [Researcher portal]</a>
<div class="right item">
<a class="ui inverted login button" href="cmllogin.html"><span id="logStatusPage">Log in</span></a>
<a class="ui inverted login button" href="cmllogin.html"><span id="logStatusPage">Log out</span></a>
</div>
</div>
</div>
Expand Down Expand Up @@ -717,16 +717,14 @@ <h4 class="ui inverted header">About</h4>
<div class="three wide column">
<h4 class="ui inverted header">Resources</h4>
<div class="ui inverted link list">
<a href="https://solidproject.org/use-solid/" class="item">What is SOLID</a>
<a href="https://forum.solidproject.org/top/all" class="item">SOLID Forum</a>
<a href="https://solidproject.org/use-solid/apps" class="item">Other SOLID App</a>
<a href="https://www.cmylife.nl/" class="item">CMLife Website</a>
<a href="https://www.cmylife.nl/projecten/cmyguideline" class="item">CMyGuideline</a>
</div>
</div>
<div class="seven wide column">
<h4 class="ui inverted header">Message to users</h4>
<p>This project is still working in progress so that some improvements and changes mighe be taken in place in the future.
You are very welcome to comment or contribute to the project.
</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion dist/main.js

Large diffs are not rendered by default.

Loading

0 comments on commit 090196a

Please sign in to comment.