/TO_DO.md (588857854369059aedc86cfc40b7dfce0d9b9b07) (977 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 |
66 |
dfe0770424b2a19faf507a501ebfc23be8f54e7b |
.gitattributes |
100644 |
blob |
2004 |
bc812ab8cb5f7c667981a30e936d7cf44fd20cae |
CONTRIB.md |
100644 |
blob |
17391 |
ee4f999692dd06cb3fb247c76961eb937a4b61f8 |
KNOWN_BUGS.md |
100644 |
blob |
17370 |
88336d7c15e68de644f6ece046e4ed3a2fa6d563 |
LICENSE.md |
100644 |
blob |
1855 |
f56119c7c8798910616a7e25388a7f0d30e17d2c |
Naming Convention.md |
100644 |
blob |
4342 |
27500c73cdde3d30d803760f78a1e2b5d2b0b096 |
README.md |
100644 |
blob |
977 |
588857854369059aedc86cfc40b7dfce0d9b9b07 |
TO_DO.md |
100644 |
blob |
2675 |
4bc53f72a0bf4d859a0bc8cf7a7cb65c5fe751f0 |
WORKFLOW.md |
040000 |
tree |
- |
7c8169dc2a61ede5ae3bd4b3171514b4ded52c81 |
install |
040000 |
tree |
- |
b0b985a0fb78df8b9d27618560046ed54404f0ff |
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