Added the version to the bottom and changed blockers to to-do

This commit is contained in:
Jez Caudle 2024-05-14 12:44:49 +01:00
parent cdf0d4f3f1
commit 54886f9671

View File

@ -27,14 +27,13 @@
</main> </main>
<footer> <footer>
<hr/> <hr/>
RoR Version <%= Rails.version %> (<%=Rails.env%>) | Ruby <%= "#{RUBY_VERSION}p#{RUBY_PATCHLEVEL}" %> | OS <%= RUBY_PLATFORM %> RoR Version <%= Rails.version %> (<%=Rails.env%>) | Ruby <%= "#{RUBY_VERSION}p#{RUBY_PATCHLEVEL}" %> | OS <%= RUBY_PLATFORM %> | App Version <%= `git describe --always` %>
<hr/> <hr/>
<h3>Blockers:</h3> <h3>To-Do (In order of importance):</h3>
<ul> <ul>
<li>2FA</li> <li>2FA</li>
<li>Blocking Sign-up at Routes level</li> <li>Blocking Sign-up at Routes level</li>
<li>Tests for controllers and integration</li> <li>Tests for controllers and integration</li>
<li>Version number</li>
</ul> </ul>
</footer> </footer>
</body> </body>