Revision: 3199
Author: [email protected]
Date: Thu Dec 3 15:19:51 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/power-architect/source/detail?r=3199
Modified:
/wiki/CriticsFunctionality.wiki
=======================================
--- /wiki/CriticsFunctionality.wiki Tue Nov 24 12:12:10 2009
+++ /wiki/CriticsFunctionality.wiki Thu Dec 3 15:19:51 2009
@@ -21,6 +21,10 @@
* At minimum support a basic set of critics that replace the DDL
warnings checked by the current system. (Provided by the QuickFix system)
+ * At least two levels of severity:
+ * Errors = problems that will create DDL script that WILL fail if you
attempt to run it on a target database.
+ * Warnings = problems that will not cause the generated DDL script to
fail, but are considered bad practice in database design.
+
* Visual notification to the user of problems
* Provide a visual list of items that critics have found
* Highlighting of items in the playpen