Client - disable registration - fix #36

This commit is contained in:
Sam
2019-08-25 12:50:42 +02:00
parent 5b6a94fb85
commit a7de5dd52c
14 changed files with 111 additions and 80 deletions

View File

@ -1,8 +1,8 @@
Features
########
Features list
~~~~~~~~~~~~~
List
~~~~
- Account creation (only standard user, not admin)
- 6 sports supported:
- Cycling (Sport)
@ -22,6 +22,7 @@ Features list
- longest duration
- maximum speed
- Activities list and filter
- User registration can be disabled.
**Notes:**

View File

@ -46,7 +46,8 @@ Dev environment
- Update **Makefile.config** file if needed and copy/paste the
**ThunderForest** and **Dark Sky** API keys value in
**Makefile.custom.config** file (see example)
**Makefile.custom.config** file (see example). User registration can
also be disabled in **Makefile.custom.config**.
- Install Python virtualenv, React and all related packages and
initialize the database:
@ -82,7 +83,8 @@ Prod environment
- Update **Makefile.config** file if needed and copy/paste the
**ThunderForest** and **Dark Sky** API keys value in
**Makefile.custom.config** file (see example)
**Makefile.custom.config** file (see example). User registration can
also be disabled in **Makefile.custom.config**.
- Install Python virtualenv, React and all related packages and
initialize the database:

View File

@ -75,7 +75,7 @@
role="menu"
aria-labelledby="dLabelLocalToc"><ul>
<li><a class="reference internal" href="#">Features</a><ul>
<li><a class="reference internal" href="#features-list">Features list</a></li>
<li><a class="reference internal" href="#list">List</a></li>
<li><a class="reference internal" href="#dashboard">Dashboard</a></li>
<li><a class="reference internal" href="#activity-workout-detail">Activity/workout detail</a></li>
<li><a class="reference internal" href="#activities-workouts-list">Activities/workouts list</a></li>
@ -131,8 +131,8 @@
<div class="section" id="features">
<h1>Features<a class="headerlink" href="#features" title="Permalink to this headline"></a></h1>
<div class="section" id="features-list">
<h2>Features list<a class="headerlink" href="#features-list" title="Permalink to this headline"></a></h2>
<div class="section" id="list">
<h2>List<a class="headerlink" href="#list" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>Account creation (only standard user, not admin)</p></li>
<li><dl class="simple">
@ -163,6 +163,7 @@
</dl>
</li>
<li><p>Activities list and filter</p></li>
<li><p>User registration can be disabled.</p></li>
</ul>
<p><strong>Notes:</strong></p>
<ul class="simple">

View File

@ -160,7 +160,7 @@ Map</a>.</div>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="features.html">Features</a><ul>
<li class="toctree-l2"><a class="reference internal" href="features.html#features-list">Features list</a></li>
<li class="toctree-l2"><a class="reference internal" href="features.html#list">List</a></li>
<li class="toctree-l2"><a class="reference internal" href="features.html#dashboard">Dashboard</a></li>
<li class="toctree-l2"><a class="reference internal" href="features.html#activity-workout-detail">Activity/workout detail</a></li>
<li class="toctree-l2"><a class="reference internal" href="features.html#activities-workouts-list">Activities/workouts list</a></li>

View File

@ -191,7 +191,8 @@ $ <span class="nb">cd</span> FitTrackee
<ul class="simple">
<li><p>Update <strong>Makefile.config</strong> file if needed and copy/paste the
<strong>ThunderForest</strong> and <strong>Dark Sky</strong> API keys value in
<strong>Makefile.custom.config</strong> file (see example)</p></li>
<strong>Makefile.custom.config</strong> file (see example). User registration can
also be disabled in <strong>Makefile.custom.config</strong>.</p></li>
<li><p>Install Python virtualenv, React and all related packages and
initialize the database:</p></li>
</ul>
@ -226,7 +227,8 @@ $ <span class="nb">cd</span> FitTrackee
<ul class="simple">
<li><p>Update <strong>Makefile.config</strong> file if needed and copy/paste the
<strong>ThunderForest</strong> and <strong>Dark Sky</strong> API keys value in
<strong>Makefile.custom.config</strong> file (see example)</p></li>
<strong>Makefile.custom.config</strong> file (see example). User registration can
also be disabled in <strong>Makefile.custom.config</strong>.</p></li>
<li><p>Install Python virtualenv, React and all related packages and
initialize the database:</p></li>
</ul>

File diff suppressed because one or more lines are too long