Commit 88b6032c authored by yuki_chen's avatar yuki_chen Committed by yuki_chen
Browse files

Refine documents

parent be830b4e
Loading
Loading
Loading
Loading
+1 −12
Original line number Diff line number Diff line
@@ -8,8 +8,6 @@ https://mirrors.sustech.edu.cn/git/sustech-2021fall-db/sustech-sql-project

### Interface Specification

We provide the interfaces code in two language (Java, Python). You can use either of them upon your preference. Notice
that due to the inherent differences between these two language, the **Score Policy** may also be different.

The structure of the interfaces is as follows.

@@ -110,17 +108,8 @@ and https://stackoverflow.com/questions/43890221/column-sorting-in-postgresql-is
  record it in `pom.xml`. Your dependencies should be downloadable from the Maven Central repository.


## 2. What to submit?

### If you are using Java:

- The entire Java repository (all source codes and configs, without the `target` folder).
- The database dump from `pg_dump` without data in tables (by adding `-s` argument to `pg_dump`).
- The jar file built using maven-assembly (Run `IDEA-Maven-Plugins-assembly-single`)
  in `/target/xxxx-with-dependencies.jar`.


## 3. What to deliver?
## 2. What to deliver?

- **PASS BASE TEST:** First and foremost, you should pass the base testcases, this is the basic requirement.

+2 −3
Original line number Diff line number Diff line
@@ -142,8 +142,7 @@ Make a zip **(NOT RAR)** file of 1 and 2, and submit this zip file and a pdf rep



Each group member should only submit one copy on BlackBoard.

Only one copy of each group should be submitted on BlackBoard.


## Tips
@@ -179,7 +178,7 @@ Each group member should only submit one copy on BlackBoard.
   
4. It is recommended to use git to manage group collaboration.

5. How to calculate the number of weeks during two day?
5. How to calculate the number of weeks during two days?

   It's recommended to use the following SQL code: