Commit Graph

104 Commits

Author SHA1 Message Date
Andreas Zweili 8a0e85ad8b add automatic dates to all the relevant attributes
This way we don't have to deal with the date format when creating a new entry.
2017-07-24 19:25:41 +02:00
Andreas Zweili 96d82feece convert dateTimePicker string to SQL format 2017-07-22 15:42:33 +02:00
Andreas Zweili c3fb4a6976 fix an insert person query 2017-07-22 15:13:01 +02:00
Andreas Zweili 9c3a79f8a8 reformat line length 2017-07-21 08:06:06 +02:00
Andreas Zweili 8e874bfd67 add empty member_state 2017-07-20 23:07:13 +02:00
Andreas Zweili aecbcd4b3f add a country reference to the cities table 2017-07-20 23:03:25 +02:00
Andreas Zweili 23f348b365 add a foreign key constraint to the cities table 2017-07-20 22:34:15 +02:00
Andreas Zweili 122bee4bbd add two new attributes to the members table 2017-07-20 22:33:17 +02:00
Ismail cae3e56bc4 Minor changes to the c sharp documentation 2017-07-20 21:53:31 +02:00
Ismail f31eb0c921 Merge branch 'master' of https://git.2li.ch/ibz/db_AI-4 2017-07-20 21:36:44 +02:00
Ismail 01046b11a7 grammik changes 2017-07-20 21:03:03 +02:00
Andreas Zweili 6cb461b81a Merge branch 'master' of git.2li.ch:ibz/db_AI-4 2017-07-20 20:50:36 +02:00
Andreas Zweili 8217ec82a9 adapt to my settings.... 2017-07-20 20:50:10 +02:00
Andreas Zweili 81024b6b8b change street numbers to varchar
in some places streetnumbers contain letters
2017-07-20 20:36:26 +02:00
Ismail fbe0fa6b4d add a insert function which puts a person into the database with a GUI 2017-07-20 20:35:51 +02:00
Ismail 05218e9c7a Hinzufügen der C # Doku, ( 1. Teil "Daten abrufen") 2017-07-20 20:24:13 +02:00
Andreas Zweili 0ac6662dbc remove unnecessary packages and code 2017-07-20 19:36:47 +02:00
Andreas Zweili 92bd3ec594 Merge branch 'master' of git.2li.ch:ibz/db_AI-4 2017-07-20 19:34:53 +02:00
Andreas Zweili b69de13ffb various change to the tables
I've changed the table codes so that they can get split over various
pages.
2017-07-20 19:32:53 +02:00
Andreas Zweili d5118e3f6b some changes to the use case table 2017-07-20 17:08:17 +02:00
Andreas Zweili ad34e2baeb change the Stundenplanung to a long table 2017-07-20 17:05:09 +02:00
Andreas Zweili ca21f78f1a adjust the width of the columns in the use case table 2017-07-20 15:21:47 +02:00
Andreas Zweili 1b7884483d continue working on the documentation
Things I've added are:

- a table template for use cases
- a new package tabularx to let a table use the whole width of a page
- Must and Wish targets
- Corrected the option of the test case table
2017-07-18 22:26:03 +02:00
Ismail 9ae88c4e52 add a insert function which puts a person into the database with a GUI 2017-07-18 21:01:55 +02:00
Andreas Zweili b804d6acdb extend the content 2017-07-17 23:09:54 +02:00
Andreas Zweili d207c92159 add missing attributes 2017-07-17 23:09:39 +02:00
Andreas Zweili 8201eab0c3 add some chances 2017-07-17 22:00:09 +02:00
Andreas Zweili afea7c7dce remove cache file 2017-07-17 21:42:28 +02:00
Andreas Zweili 622cdbfd50 update gitignore with all the visual studio stuff 2017-07-17 21:38:13 +02:00
Andreas Zweili 068868aa47 update gitignore 2017-07-17 21:36:54 +02:00
Andreas Zweili 2189f03a3c remove binary files 2017-07-17 21:36:11 +02:00
Andreas Zweili 2b82521431 add generic sql connection 2017-07-16 13:02:29 +02:00
Andreas Zweili eeac347ee1 update project file 2017-07-16 12:28:20 +02:00
Andreas Zweili 8f3809b591 add a main routine 2017-07-16 12:22:30 +02:00
Andreas Zweili 75b4627eb3 add exe files to the ignore list 2017-07-15 20:16:40 +02:00
Andreas Zweili 8fd60829d9 close visual studio 2017-07-15 20:16:17 +02:00
Andreas Zweili 4f5a855800 close visual studio 2017-07-15 20:15:57 +02:00
Andreas Zweili 6476f32896 extend ignore list 2017-07-15 20:15:06 +02:00
Andreas Zweili be88cfafe1 rename directory 2017-07-15 20:13:05 +02:00
Andreas Zweili 444c988105 rename directory 2017-07-15 20:12:14 +02:00
ismail 1f8ea757c8 second version of the application , to read data out of the database 2017-07-12 23:14:39 +02:00
Andreas Zweili ede47123cd add changes after saving the sql studio 2017-07-09 20:00:24 +02:00
Andreas Zweili 245c555878 add various test data to all tables 2017-07-09 19:48:26 +02:00
Andreas Zweili 0308f06dae remove unnecessary code
To remove the database it's not needed to remove all tables beforehand.
2017-07-09 19:01:18 +02:00
Andreas Zweili 0b33cd0c09 add code to insert all swiss cities 2017-07-09 18:58:42 +02:00
Andreas Zweili 48c795939c add the identity property to all the primary keys 2017-07-09 18:57:47 +02:00
Andreas Zweili 7db40baaaa add a missing comma 2017-07-09 18:39:26 +02:00
Andreas Zweili e058e9ab17 fix various minor things 2017-07-06 13:18:35 +02:00
Andreas Zweili 68d9aff0d0 move email address to the members table 2017-07-03 21:47:34 +02:00
Andreas Zweili 596deb2803 move email address to member
This is necessary to have a way for identifying a member without
a relation ship to a person (e.g. a test user)
2017-07-03 20:36:37 +02:00