Coder Social home page Coder Social logo

annotateme's People

Contributors

yaimuu avatar

Forkers

albenoit dordoloy

annotateme's Issues

acces to export update by the link /list/id/update

An expert is not allowed to acess to update expert page, but actually, he can by with the url "/list/id/update"

To correct that :

  • put this lignes at the top of "expert_update.blade.php" :
    @if (session()->get('typeExp') != NULL && (session()->get('typeExp') == 'superadmin' || session()->get('typeExp') == 'admin'))
    --> this check if someone is connect and if he is a superadmin or an admin

and this lignes at the bottm of the blade :
@else
< h1 style="color:red;">You are not connected
< a id="back_btn" href="{{url('/')}}">❮ Log in

@endif
--> show the error message

Bug_ProjectCreation

When creating a project, the forms do not process duplicates of names. A form check should be performed and an error message displayed if the program detects a duplicate.

list page access by url as expert

An expert is not allow to access to the list page, but actually, event if have not the button to go, he can access by url.

To correct that :

  • put this lignes at the top of "expert_list.blade.php" :
    @if (session()->get('typeExp') != NULL && (session()->get('typeExp') == 'superadmin' || session()->get('typeExp') == 'admin'))
    --> this check if someone is connect and if he is a superadmin or an admin

and this lignes at the bottm of the blade :
@else
< h1 style="color:red;">You are not connected
< a id="back_btn" href="{{url('/')}}">❮ Log in

@endif
--> show the error message

Bug_UpdateExpertByAnAdmin

An admin must be able to modify an expert. However, in the application, the button to modify is not clickable for an administrator, but only for a super admin. This button must be made clickable so that the administrator can access an expert's modification form.

Bug_UpdateProject

When an expert logs in and selects a project, he or she is not expected to be able to modify the project. It is therefore necessary to change the interface of the expert user so that he does not have access to the option to modify a project.

Bug_ExpertCreation

When creating an expert, the form does not correct or indicate the input conventions it expects. For example, for the postal code, no space should be used. If the user puts one in, the application crashes. We should do a form check and treat all cases like this.

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.