Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
#57 [doc] Write new concept for the topic 'sql' in the application.
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoghuman committed Nov 26, 2018
1 parent 47d135c commit d2e2b4a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
39 changes: 39 additions & 0 deletions concept/Concept_SQL_v0.5.0-PRERELEASE_2018-11-26.txt
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

--------------------------------------------------------------------------------









1 change: 1 addition & 0 deletions release/Release_v0.5.0-PRERELEASE_2018-MM-dd_HH-mm.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ topic through `key terms`.

#### Documentation
#58 [doc] Write new concept for the topic 'i18n' in the application.
#57 [doc] Write new concept for the topic 'sql' in the application.
#47 [doc] Update the application description.


Expand Down

0 comments on commit d2e2b4a

Please sign in to comment.