/TO_DO.md (c00aa6ccf4d7281fa920ccc306ee1fd56b5d2d45) (955 bytes) (mode 100644) (type blob)

- Fill the line "List all the entity integrity constraint and referential integrity constraint." with the actual constraints.
 
- Check that the title of the problems are *not* capitalized.
 
- Check that the numbering (and order) of the solution of the exercises and problems match the numbering of the exercises and problems.

- Look for arguments to help us decide if we should write "S.Q.L.", "U.M.L." and "E.R.", or "SQL", "UML" and "ER".

- Replace all the abbreviations (don't, won't, can't, etc.) with their "expanded" version (do not, will not, cannot, etc.)?

- Remove all the occurences of "I".

- Every time a problem is separated in questions, organize the solutions accordingly. So, do something like

> Solution to Problem 1.1 (A database catalog for a campus)
>    Pb 1.1 – Solution to Q. 1
>    …
>    Pb 1.1 – Solution to Q. 2

Ideally, all the problems would be separated in questions.

- Add "Jump to solution" to every problem?


Mode Type Size Ref File
100644 blob 24533 e0254f6b47042e5870aff0f206c55f907bff3ef5 1.png
100644 blob 7809 c9bf9bc7f73f0556302ad50e31579b4cc606087c CONTRIB.md
100644 blob 17144 074efb22a3e4a5c87e86c413f2fcc750c254b4e4 KNOWN_BUGS.md
100644 blob 17201 9ae23874fcfb9a1fef047f06aa8e03ab6a3744a9 LICENSE.md
100644 blob 6416 2b32a43e8abc2c474932691ceebecc2837458efd Naming Convention.md
100644 blob 4449 6eeb23614f9e837b89e1be2fd02362ca0e74b5d3 README.md
100644 blob 955 c00aa6ccf4d7281fa920ccc306ee1fd56b5d2d45 TO_DO.md
040000 tree - e4c18ea954016a3ea9a54b877b660fe1836c611c install
040000 tree - e959bfdfa863d03c7d965614cf6b8711332b3172 notes
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/caubert/CSCI_3410

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/caubert/CSCI_3410

Clone this repository using git:
git clone git://git.rocketgit.com/user/caubert/CSCI_3410

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main