This repository has been archived by the owner on Jun 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#57 [doc] Write new concept for the topic 'sql' in the application.
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
-------------------------------------------------------------------------------- | ||
CONCEPT SQL v0.5.0 | ||
-------------------------------------------------------------------------------- | ||
DESCRIPTION | ||
In this concept I want to write the 'actual' and 'future' condition from the | ||
topic 'SQL' in the application 'ABC-List'. | ||
|
||
-------------------------------------------------------------------------------- | ||
ACTUAL CONDITION | ||
Following class structure exists momentary: | ||
- SqlProvider | ||
- Allowed access to the methods from the other sql-services. | ||
- ExerciseSqlService, ExerciseTermSqlService, LinkMappingSqlService, | ||
LinkSqlService, TermSqlService, TopicSqlService. | ||
|
||
-------------------------------------------------------------------------------- | ||
FUTURE CONDITION | ||
SqlProvider | ||
- Move SqlPerformanceLogging to own class SqlPerformanceLogger | ||
- Managed start, stop, logging. | ||
- Methods for the logging msg will be refactored. Remove the variable name. | ||
- Old: updateExercise(Exercise exercise) | ||
- New: updateExercise(Exercise) | ||
- Implement XySqlService getter (return Interface) | ||
|
||
XySqlService | ||
- Split into (public) Interface and (package) Implementation | ||
- TermSqlService, DefaultTermSqlService | ||
|
||
-------------------------------------------------------------------------------- | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters