Giter Site home page Giter Site logo

voicetank's People

Contributors

ghermans avatar tjoosten avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

ghermans

voicetank's Issues

Share on social media

There should be a possibility to share idea's on social media's (Facebook,Twitter)

Idea Labels

Manage and organize internal work flows by labeling suggestions

Github webhooks

When the idea is accepted voice tank will create a github issue with the enhancement label.

Add labels to the readme.

The following labels need to be implemented.

  • TravisCI
  • CodeCov
  • Semver versioning
  • License

Optional:

  • Sensio insights

UPDATE: branch patch-53 is created for this

Add github templates

For this project we need to add some templates.

Todo

  • Create a readme file with all details about the project.
  • Create a issue template for enhancements & bug reports.

Guest icons are still displayed after login

selection_168

@if (Auth::guest())
            <!-- Left Side Of Navbar -->
            <ul class="nav navbar-nav">
                <li><a href="{{ url('') }}">Home</a></li>
                <li><a href="{{ url('faq') }}">FAQ</a></li>
            </ul>

            <!-- Right Side Of Navbar -->
            <ul class="nav navbar-nav navbar-right">
                <!-- Authentication Links -->

                    <li><a href="{{ url('/login') }}" title="Login"><i class="fa fa-user fa-lg"></i></a></li>
                    <li><a href="{{ url('/register') }}" title="Register"><i class="fa fa-user-plus fa-lg"></i></a></li>
                </ul>
                @else
            <!-- Left Side Of Navbar -->
            <ul class="nav navbar-nav">
                <li><a href="{{ url('') }}">Home</a></li>
                <li><a href="{{ url('faq') }}">FAQ</a></li>
            </ul>

            <!-- Right Side Of Navbar -->
 <ul class="nav navbar-nav navbar-right">
  <!-- Authentication Links -->
  <li class="dropdown">
  <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{{ Auth::user()->name }}
   <span class="caret"></span></a>
          <ul class="dropdown-menu">
            <li><a href="{{ url('/notifications') }}">Notifications</a></li>
            <li><a href="{{ url('/user') }}">User profile</a></li>
            <li role="separator" class="divider"></li>
            <li><a href="{{ url('/logout') }}"> Logout</a></li>
          </ul>
        </li>
                @endif
            </ul>

User roles

The basic roles that we need

  • Admin
  • Developer
  • Manager
  • User
  • active
  • blocked

Add newsletter

We need a newsletter system. So the users and voters can get a update. On what will work or not. And this can be also useful when u want to letting know that are changes ahead off the platform.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.