Revision: 3174
Author: [email protected]
Date: Tue Nov 24 12:10:48 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/power-architect/source/detail?r=3174
Modified:
/wiki/CriticsFunctionality.wiki
=======================================
--- /wiki/CriticsFunctionality.wiki Tue Nov 17 11:12:02 2009
+++ /wiki/CriticsFunctionality.wiki Tue Nov 24 12:10:48 2009
@@ -17,12 +17,7 @@
= High Level Description =
== Requirements for the next release (0.9.15) ==
-
- * Support for platform-specific rules
- * ex. Oracle table names cannot be longer than 30 characters
-
- * Support for detecting bad database design practices
- * ex. Tables without primary keys
+ * At minimum support a basic set of critics that replace the DDL
warnings checked by the current system. (Provided by the QuickFix system)
* Visual notification to the user of problems
* Provide a visual list of items that critics have found
@@ -42,3 +37,7 @@
== Items to consider for later? ==
* User-defined critics
+ * Support for platform-specific rules
+ * ex. Oracle table names cannot be longer than 30 characters
+ * Support for detecting bad database design practices
+ * ex. Tables without primary keys