Giter VIP home page Giter VIP logo

pis's People

Contributors

metthal avatar olii avatar

Watchers

 avatar  avatar  avatar

pis's Issues

Auth filter for specific roles

Few pages require strict privileges of certain role. Few from my head:

  • newteam.xhtml, myprojects.xhtml - only available for students
  • accounts.xhtml, account.xhtml - only available for admins
  • newproject.xhtml - only available for teacher (NIY)

These pages should be under specific filter for these roles.

Design

We should be fine with some simple CSS that would just align few elements to the center. Maybe we should also use more primefaces panels to wrap elements.

Show associated dates of project

Projects have 3 dates associated currently

  • Deadline
  • Registration start
  • Registration end

We will probably not make dynamic registration based on registration start/end dates because we don't have enough time and therefore we should remove those 2 dates, but we should at least show deadline date even if it doesn't mean anything in our system.

marking

Teacher should be able to add marks for each team, for each student Individually. Discuss necessary changes here.

removal of team

Button removeteam does not work.
Cannot delete or update a parent row: a foreign key constraint fails (pis.team_student, CONSTRAINT FK_team_student_TEAM_ID FOREIGN KEY (TEAM_ID) REFERENCES team (ID))

remove team member

cannot remove team member
Cannot convert pis.data.Student@2e443201 of type class pis.data.Student to class pis.data.TeamStudent

Change role of account

It would be nice if we were able to change the role of the account. However, this is not so simple in ORM because you just simply cannot change the type of the object and somehow propagate it to the ORM engine.

This probably needs the complex change of the code base and modification of current inheritance role system to something more attribute-based. This won't probably happen due to amount of time we have, but I am filing this as ticket so we won't forget if we have some spare time.

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.