WIP: Road to 1.0.0 #1

Draft
miguel456 wants to merge 123 commits from develop into master
2 changed files with 19 additions and 5 deletions
Showing only changes of commit 7c663dcc02 - Show all commits

View File

@ -43,10 +43,10 @@ Many other features are currently planned for this app, such as:
Tech stack:
- [Laravel 7](https://laravel.com/)
- Eloquent ORM
- AdminLTE / Bootstrap 4
- jQuery / Plain Javascript
- vueJS (in the future)
- [Eloquent ORM](https://laravel.com/docs/5.0/eloquent)
- [AdminLTE](https://adminlte.io/) / [Bootstrap 4](https://getbootstrap.com/docs/4.0/getting-started/introduction/)
- [jQuery](https://jquery.com/) / [Plain Javascript](https://www.javascript.com/)
- [vueJS](https://vuejs.org/) (in the future)
# Stability

View File

@ -124,7 +124,8 @@
@if (Auth::user()->hasRole('admin'))
<a href="{{ route('registeredPlayerList') }}" class="small-box-footer">{{__('messages.open')}} <i class="fas fa-arrow-circle-right"></i></a>
@else
<a class="small-box-footer"><i class="fas"></i></a>
@endif
</div>
</div>
@ -140,6 +141,12 @@
<div class="icon">
<i class="fas fa-user-slash"></i>
</div>
@if (Auth::user()->hasRole('admin'))
<a href="{{ route('allApplications') }}" class="small-box-footer">{{__('messages.open')}} <i class="fas fa-arrow-circle-right"></i></a>
@else
<a class="small-box-footer"><i class="fas"></i></a>
@endif
</div>
</div>
<!-- ./col -->
@ -154,6 +161,12 @@
<div class="icon">
<i class="fas fa-plus"></i>
</div>
@if (Auth::user()->hasRole('admin'))
<a href="{{ route('allApplications') }}" class="small-box-footer">{{__('messages.open')}} <i class="fas fa-arrow-circle-right"></i></a>
@else
<a class="small-box-footer"><i class="fas"></i></a>
@endif
</div>
</div>
<!-- ./col -->
@ -168,6 +181,7 @@
<div class="icon">
<i class="fas fa-vote-yea"></i>
</div>
<a class="small-box-footer"><i class="fas"></i></a>
</div>
</div>
<!-- ./col -->