Git Product home page Git Product logo

permissionsmanager's Introduction

Permissions Manager

About

June 2011

Prototype of application which manages user roles.

It was given as recruitment task with the following objectives:

  • Application, which uses the following controls: GroupBox, Label, TextBox, Button, ToolStrip
  • Roles, which are created and assigned to users. Roles determine which controls users can use. For each role it must be specified which controls will be enabled and visible.
  • There has to be User Interface, in which: users and roles are created; roles are assigned to users; permissions are asigned to roles.
  • Development period of up to 2 weeks.

It was done in 4 days. The final variant was made as Administration application, in which administrators can create roles (and modify them), and assign roles to registered (by administrators) users. Users could create/delete/solve reports, see other user's reports, search for users, based on their roles.

Interface language is Bulgarian. The application was approved and I was recruited :)

Technologies

.NET 3.5, Windows Forms, LINQ, Entity Framework, C#

Poke/Edit

In order to see the code you will have to open the Source/PermissionsManagement.sln file with Visual Studio 2008 or greater.

To build and run the application from Visual Studio:

  • Set UserInterface as StartUp project
  • Make sure you have Microsoft SQL Server 2008 or greater installed.
  • Create the database from the script (DB/DbScript.sql) or restore it from the backup file (DB/DbBackup.bak).
  • Update the database connection string in Source/PermissionsManagement/App.Config file. Replace "NAME" in Data Source=NAME; with the name of your SQL Server. Replace "PermissionsManagement" in Initial Catalog=PermissionsManagement; with the application database name. If the database is password protected add user id=dbUser;password=userPass; right after Initial Catalog=PermissionsManagement; section and replace "dbUser" with the database user and "userPass" with his password.

Images

alt text

alt text

alt text

alt text

alt text

alt text

alt text

permissionsmanager's People

Contributors

raste avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.