توثيق البرمجيات: الفرق بين النسختين

[مراجعة غير مفحوصة][مراجعة غير مفحوصة]
تم حذف المحتوى تمت إضافة المحتوى
لا ملخص تعديل
سطر 34:
<li>Application Developer
</ul>
عند الحديث عن نظم [[قواعد البيانات العلائقية|قواعد البيانات المترابطة]]، يجب أن يتضمن التوثيق الأجزاء التالية:
<ul>
<li>[[نموذج كائن-علاقة محسن|مخطط كيان-علاقة]] ([[محسّن]] وتتضمن المعلومات التالية وتعريفات واضحة لكل منها):
<ul>
<li>مجموعة الكائن وخصائصها
<li>Entity Sets and their attributes
<li>العلاقات وخصائصها
<li>Relationships and their attributes
<li>المفاتيح المرشحة لكل مجموعة كائن
<li>Candidate keys for each entity set
<li>Attribute and Tuple based constraints
</ul>
 
<li>مخطط العلاقات بما في ذلك المعلومات التالية:
<li>Relational Schema, including following information:
<ul>
<li>الجداول، الخصائص ومزاياها
<li>Tables, Attributes, and their properties
<li>Viewsالعروض
<li>Constraints such as primary keys, foreign keys,
<li>Cardinality of referential constraints
<li>Cascading Policy for referential constraints
<li>المفاتيح الأساسية
<li>Primary keys
</ul>
</ul>
 
من الأهمية بمكان شمول كافة المعلومات التي يمكن للجميع استخدامها. كما أنه من الضروري تحديث الوثائق عند إجراء أي تغيير على قاعدة البيانات.
It is very important to include all information that is to be used by all actors in the scene. It is also very important to update the documents as any change occurs in the database as well.
 
=== التوثيق التقني ===