Code Monkey home page Code Monkey logo

aspit.studentreg's People

Contributors

mads-mikkel avatar magnusbou avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Forkers

valsby

aspit.studentreg's Issues

Setup Test Database

#8

We need another database for testing (Right now testing and running the program accesses the same database) (this isnt a big problem right now, but will be in the future)

Finish database

Users

  • Id
  • Name
  • Username
  • AttendanceRegistrationsKey

AttendanceRegistrations

  • Id
  • UsersKey
  • MeetingTime
  • LeaveTime
  • Date

Leave time default is outside SQL scope

Default leave time is 01-01-000112:00:00

SQL require it to be later than 01-01-1753 12:00:00

SqlTypeException: Overløb i SqlDateTime. Værdien skal være mellem 01-01-1753 12:00:00 og 31-12-9999 23:59:59.

Small changes to controller app

A few small featuers to add to the controller app:

  1. Make a button to refresh students
  2. Make a search text box so you can find a student
  3. Sort the list in attendance registrations viewer

Bigger featuers:

  1. Change datagrids into list box and color code things where it fits
  2. Make a way to easily see who has forgotten to check in/out

Create correct connection strings

The connection string we are using right now has a flaw:

  1. The connection string only works from our computer

Problem with fixing this:
If we make the connection string work for other users then everyone on the internet has free access to the database (because the app.config is visible here on github which means they can easily find/get the connection string)

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.