file-formats-javascript-ej1.../scripts/jsonkanbandata.js

8 строки
38 KiB
JavaScript
Исходник Постоянная ссылка Ответственный История

Этот файл содержит неоднозначные символы Юникода!

Этот файл содержит неоднозначные символы Юникода, которые могут быть перепутаны с другими в текущей локали. Если это намеренно, можете спокойно проигнорировать это предупреждение. Используйте кнопку Экранировать, чтобы подсветить эти символы.

var imagePath= window.sample ? "content" : "../content"
window.kanbanData = [{ Id: 1, Status: "Open", Summary: "Analyze the new requirements gathered from the customer.", Type: "Story", Priority: "Low", Tags: "Analyze,Customer", Estimate: 3.5, Assignee: "Nancy Davloio", ImgUrl: imagePath+"/images/kanban/1.png", RankId: 1 }, { Id: 2, Status: "InProgress", Summary: "Improve application performance", Type: "Improvement", Priority: "Normal", Tags: "Improvement", Estimate: 6, Assignee: "Andrew Fuller", ImgUrl: imagePath+"/images/kanban/2.png", RankId: 1 }, { Id: 3, Status: "Open", Summary: "Arrange a web meeting with the customer to get new requirements.", Type: "Others", Priority: "Critical", Tags: "Meeting", Estimate: 5.5, Assignee: "Janet Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId: 2 }, { Id: 4, Status: "InProgress", Summary: "Fix the issues reported in the IE browser.", Type: "Bug", Priority: "Release Breaker", Tags: "IE", Estimate: 2.5, Assignee: "Janet Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId: 2 }, { Id: 5, Status: "Testing", Summary: "Fix the issues reported by the customer.", Type: "Bug", Priority: "Low", Tags: "Customer", Estimate: "3.5", Assignee: "Steven walker", ImgUrl: imagePath+"/images/kanban/5.png", RankId: 1 }, { Id: 6, Status: "Close", Summary: "Arrange a web meeting with the customer to get the login page requirements.", Type: "Others", Priority: "Low", Tags: "Meeting", Estimate: 2, Assignee: "Michael Suyama", ImgUrl: imagePath+"/images/kanban/6.png", RankId: 1 }, { Id: 7, Status: "Validate", Summary: "Validate new requirements", Type: "Improvement", Priority: "Low", Tags: "Validation", Estimate: 1.5, Assignee: "Robert King", ImgUrl: imagePath+"/images/kanban/7.png", RankId: 1 }, { Id: 8, Status: "Close", Summary: "Login page validation", Type: "Story", Priority: "Release Breaker", Tags: "Validation,Fix", Estimate: 2.5, Assignee: "Laura Callahan", ImgUrl: imagePath+"/images/kanban/8.png", RankId: 2 }, { Id: 9, Status: "Testing", Summary: "Fix the issues reported in Safari browser.", Type: "Bug", Priority: "Release Breaker", Tags: "Fix,Safari", Estimate: 1.5, Assignee: "Nancy Davloio", ImgUrl: imagePath+"/images/kanban/1.png", RankId: 2 }, { Id: 10, Status: "Close", Summary: "Test the application in the IE browser.", Type: "Story", Priority: "Low", Tags: "Testing,IE", Estimate: 5.5, Assignee: "Margaret hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId: 3 }, { Id: 11, Status: "Validate", Summary: "Validate the issues reported by the customer.", Type: "Story", Priority: "High", Tags: "Validation,Fix", Estimate: 1, Assignee: "Steven walker", ImgUrl: imagePath+"/images/kanban/5.png", RankId: 1 }, { Id: 12, Status: "Testing", Summary: "Check Login page validation.", Type: "Story", Priority: "Release Breaker", Tags: "Testing", Estimate: 0.5, Assignee: "Michael Suyama", ImgUrl: imagePath+"/images/kanban/6.png", RankId: 3 }, { Id: 13, Status: "Open", Summary: "API improvements.", Type: "Improvement", Priority: "High", Tags: "Grid,API", Estimate: 3.5, Assignee: "Robert King", ImgUrl: imagePath+"/images/kanban/7.png", RankId: 3 }, { Id: 14, Status: "InProgress", Summary: "Add responsive support to application", Type: "Epic", Priority: "Critical", Tags: "Responsive", Estimate: 6, Assignee: "Laura Callahan", ImgUrl: imagePath+"/images/kanban/8.png", RankId: 3 }, { Id: 15, Status: "Open", Summary: "Show the retrieved data from the server in grid control.", Type: "Story", Priority: "High", Tags: "Database,SQL", Estimate: 5.5, Assignee: "Margaret hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId: 4 }, { Id: 16, Status: "InProgress", Summary: "Fix cannot open users default database SQL error.", Priority: "Critical", Type: "Bug", Tags: "Database,Sql2008", Estimate: 2.5, Assignee: "Janet Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId: 4 }, { Id: 17, Status: "Testing", Summary: "Fix the issues reported in data binding.", Type: "Story", Priority: "Normal", Tags: "Databinding", Estimate: "3.5", Assignee: "Janet Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId: 4 }, { Id: 18, Status: "Close", Summary: "Analyze SQL server 2008 connection.", Type: "Story", Priority: "Release Breaker", Tags: "Grid,Sql", Estimate: 2, Assignee: "Andrew Fuller", ImgUrl: imagePath+"/images/kanban/2.png", RankId: 4 }, { Id: 19, Status: "Validate", Summary: "Validate databinding issues.", Type: "Story", Priority: "Low", Tags: "Validation", Estimate: 1.5, Assignee: "Margaret hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId: 1 }, { Id: 20, Status: "Close", Summary: "Analyze grid control.", Type: "Story", Priority: "High", Tags: "Analyze", Estimate: 2.5, Assignee: "Margaret hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId: 5 }, { Id: 21, Status: "Close", Summary: "Stored procedure for initial data binding of the grid.", Type: "Others", Priority: "Release Breaker", Tags: "Databinding", Estimate: 1.5, Assignee: "Steven walker", ImgUrl: imagePath+"/images/kanban/5.png", RankId: 6 }, { Id: 22, Status: "Close", Summary: "Analyze stored procedures.", Type: "Story", Priority: "Release Breaker", Tags: "Procedures", Estimate: 5.5, Assignee: "Janet Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId: 7 }, { Id: 23, Status: "Validate", Summary: "Validate editing issues.", Type: "Story", Priority: "Critical", Tags: "Editing", Estimate: 1, Assignee: "Nancy Davloio", ImgUrl: imagePath+"/images/kanban/1.png", RankId: 1 }, { Id: 24, Status: "Testing", Summary: "Test editing functionality.", Type: "Story", Priority: "Normal", Tags: "Editing,Test", Estimate: 0.5, Assignee: "Nancy Davloio", ImgUrl: imagePath+"/images/kanban/1.png", RankId: 5 }, { Id: 25, Status: "Open", Summary: "Enhance editing functionality.", Type: "Improvement", Priority: "Low", Tags: "Editing", Estimate: 3.5, Assignee: "Andrew Fuller", ImgUrl: imagePath+"/images/kanban/2.png", RankId: 5 }, { Id: 26, Status: "InProgress", Summary: "Improve the performance of the editing functionality.", Type: "Epic", Priority: "High", Tags: "Performance", Estimate: 6, Assignee: "Nancy Davloio", ImgUrl: imagePath+"/images/kanban/1.png", RankId: 5 }, { Id: 27, Status: "Open", Summary: "Arrange web meeting with the customer to show editing demo.", Type: "Others", Priority: "High", Tags: "Meeting,Editing", Estimate: 5.5, Assignee: "Steven walker", ImgUrl: imagePath+"/images/kanban/5.png", RankId: 6 }, { Id: 28, Status: "InProgress", Summary: "Fix editing issues reported in chrome", Type: "Bug", Priority: "Normal", Tags: "Editing,Customer", Estimate: 2.5, Assignee: "Janet Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId: 6 }, { Id: 29, Status: "Testing", Summary: "Fix the editing issues reported by the customer.", Type: "Bug", Priority: "Low", Tags: "Editing,Fix", Estimate: "3.5", Assignee: "Janet Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId: 6 }, { Id: 30, Status: "Close", Summary: "Arrange a web meeting with the customer to get editing requirements.", Type: "Others", Priority: "Critical", Tags: "Meeting,Editing", Estimate: 2, Assignee: "Steven walker", ImgUrl: imagePath+"/images/kanban/5.png", RankId: 8 }, { Id: 31, Status: "Validate", Summary: "Validate editing requirements.", Type: "Story", Priority: "Low", Tags: "Validate,Editing", Estimate: 1.5, Assignee: "Margaret hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId: 1 }, { Id: 32, Status: "Close", Summary: "Implement editing functionality.", Type: "Improvement", Priority: "Release Breaker", Tags: "Editing", Estimate: 2.5, Assignee: "Margaret hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId: 9 }, { Id: 33, Status: "Testing", Summary: "Fix editing issues reported in Firefox.", Type: "Bug", Priority: "Critical", Tags: "Editing,Fix", Estimate: 1.5, Assignee: "Robert King", ImgUrl: imagePath+"/images/kanban/7.png", RankId: 7 }, { Id: 34, Status: "Close", Summary: "Test editing feature in the IE browser.", Type: "Story", Priority: "Normal", Tags: "Testing", Estimate: 5.5, Assignee: "Janet Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId: 10 }, { Id: 35, Status: "Validate", Summary: "Validate new editing requirements.", Type: "Story", Priority: "High", Tags: "Validation,Editing,Requirements", Estimate: 1, Assignee: "Laura Callahan", ImgUrl: imagePath+"/images/kanban/8.png", RankId: 1 }, { Id: 36, Status: "Testing", Summary: "Check editing input validation.", Type: "Story", Priority: "High", Tags: "Validation", Estimate: 0.5, Assignee: "Nancy Davloio", ImgUrl: imagePath+"/images/kanban/1.png", RankId: 8 }, { Id: 37, Status: "Close", Summary: "Add input validation for editing .", Type: "Story", Priority: "Normal", Tags: "Editing", Estimate: 3.5, Assignee: "Andrew Fuller", ImgUrl: imagePath+"/images/kanban/2.png", RankId: 11 }, { Id: 38, Status: "InProgress", Summary: "Improve filtering performance.", Type: "Improvement", Priority: "Normal", Tags: "Filtering,IE", Estimate: 6, Assignee: "Nancy Davloio", ImgUrl: imagePath+"/images/kanban/1.png", RankId: 7 }, { Id: 39, Status: "Open", Summary: "Arrange a web meeting with the customer to get new filtering requirements.", Type: "Others", Priority: "Critical", Tags: "Meeting,Customer", Estimate: 5.5, Assignee: "Michael Suyama", ImgUrl: imagePath+"/images/kanban/6.png", RankId: 7 }, { Id: 40, Status: "InProgress", Summary: "Fix filtering issues reported in the IE browser.", Type: "Bug", Priority: "low", Tags: "Fix,IE", Estimate: 2.5, Assignee: "Margaret hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId: 8 }, { Id: 41, Status: "Testing", Summary: "Fix filtering issues reported by the customer.", Type: "Bug", Priority: "Normal", Tags: "Filtering,Customer", Estimate: "3.5", Assignee: "Robert King", ImgUrl: imagePath+"/images/kanban/7.png", RankId: 9 }, { Id: 42, Status: "Close", Summary: "Arrange a web meeting with the customer to show filtering demo.", Type: "Others", Priority: "Critical", Tags: "Meeting,Customer", Estimate: 2, Assignee: "Andrew Fuller", ImgUrl: imagePath+"/images/kanban/2.png", RankId: 12 }, { Id: 43, Status: "Validate", Summary: "Validate filtering requirements.", Type: "Story", Priority: "Critical", Tags: "Filtering,Safari", Estimate: 1.5, Assignee: "Margaret hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId: 1 }, { Id: 44, Status: "Close", Summary: "Implement filtering feature.", Type: "Epic", Priority: "Normal", Tags: "Filtering", Estimate: 2.5, Assignee: "Margaret hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId: 13 }, { Id: 45, Status: "Testing", Summary: "Fix the filtering issues reported in Safari.", Type: "Bug", Priority: "High", Tags: "Filtering,Fix", Estimate: 1.5, Assignee: "Andrew Fuller", ImgUrl: imagePath+"/images/kanban/2.png", RankId: 10 }, { Id: 46, Status: "Close", Summary: "Test filtering in IE browsers.", Type: "Story", Priority: "Critical", Tags: "Testing", Estimate: 5.5, Assignee: "Janet Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId: 14 }, { Id: 47, Status: "Validate", Summary: "Validate filtering issues reported by the customer.", Type: "Story", Priority: "High", Tags: "Filtering", Estimate: 1, Assignee: "Nancy Davloio", ImgUrl: imagePath+"/images/kanban/1.png", RankId: 1 }, { Id: 48, Status: "Testing", Summary: "Check filtering validation.", Type: "Story", Priority: "Normal", Tags: " Validation", Estimate: 0.5, Assignee: "Laura Callahan", ImgUrl: imagePath+"/images/kanban/8.png", RankId: 11 }, { Id: 49, Status: "Open", Summary: "Enhance filtering feature.", Type: "Epic", Priority: "Critical", Tags: "Improvement", Estimate: 3.5, Assignee: "Andrew Fuller", ImgUrl: imagePath+"/images/kanban/2.png", RankId: 8 }, { Id: 50, Status: "InProgress", Summary: "Improve the performance of the filtering functionality.", Type: "Improvement", Priority: "Critical", Tags: "Improvement", Estimate: 6, Assignee: "Nancy Davloio", ImgUrl: imagePath+"/images/kanban/1.png", RankId: 9 }, { Id: 51, Status: "Open", Summary: "Web meeting with the customer to discuss charts.", Type: "Others", Priority: "Normal", Tags: "Meeting,Customer", Estimate: 5.5, Assignee: "Margaret hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId: 9 }, { Id: 52, Status: "InProgress", Summary: "Fix chart rendering issue reported in the IE browser.", Type: "Bug", Priority: "Critical", Tags: "Fix,IE", Estimate: 2.5, Assignee: "Margaret hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId: 10 }, { Id: 53, Status: "Testing", Summary: "Fix chart issues reported by the customer.", Type: "Bug", Priority: "Release Breaker", Tags: "Chart", Estimate: "3.5", Assignee: "Janet Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId: 12 }, { Id: 54, Status: "Close", Summary: "Implement graphical representation of data using chart control.", Type: "Improvement", Priority: "Normal", Tags: "Chart", Estimate: 2, Assignee: "Steven walker", ImgUrl: imagePath+"/images/kanban/5.png", RankId: 15 }, { Id: 55, Status: "Validate", Summary: "Validate data for charts.", Type: "Story", Priority: "Critical", Tags: "Charts", Estimate: 1.5, Assignee: "Margaret hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId: 1 }, { Id: 56, Status: "Close", Summary: "Web meeting with the customer to get chart requirements.", Type: "Others", Priority: "Low", Tags: "Meeting,Chart", Estimate: 2.5, Assignee: "Margaret hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId: 16 }, { Id: 57, Status: "Testing", Summary: "Fix chart issues reported in Firefox.", Type: "Bug", Priority: "High", Tags: "Fix,Firefox", Estimate: 1.5, Assignee: "Laura Callahan", ImgUrl: imagePath+"/images/kanban/8.png", RankId: 13 }, { Id: 58, Status: "Close", Summary: "Stored procedure for grid editing feature.", Type: "Story", Priority: "High", Tags: "Grid", Estimate: 5.5, Assignee: "Janet Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId: 17 }, { Id: 59, Status: "Validate", Summary: "Validate chart issues reported by the customer.", Type: "Story", Priority: "High", Tags: "Validation", Estimate: 1, Assignee: "Michael Suyama", ImgUrl: imagePath+"/images/kanban/6.png", RankId: 1 }, { Id: 60, Status: "Testing", Summary: "Test data represention with charts.", Type: "Story", Priority: "Low", Tags: "Testing,Chart", Estimate: 0.5, Assignee: "Nancy Davloio", ImgUrl: imagePath+"/images/kanban/1.png", RankId: 14 }, { Id: 61, Status: "Open", Summary: "Final Graphics/UI review for application.", Type: "Story", Priority: "High", Tags: "UI,Review", Estimate: 3.5, Assignee: "Andrew Fuller", ImgUrl: imagePath+"/images/kanban/2.png", RankId: 10 }, { Id: 62, Status: "InProgress", Summary: "Improve charts rendering time.", Type: "Improvement", Priority: "Low", Tags: "Testing,Phase2", Estimate: 6, Assignee: "Laura Callahan", ImgUrl: imagePath+"/images/kanban/8.png", RankId: 11 }, { Id: 63, Status: "Open", Summary: "Add updated labels in the charts page.", Type: "Story", Priority: "High", Tags: "Fix,Phase1", Estimate: 5.5, Assignee: "Margaret hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId: 11 }, { Id: 64, Status: "Open", Summary: "Second phase testing.", Type: "Story", Priority: "Critical", Tags: "Testing,Phase2", Estimate: 2.5, Assignee: "Margaret hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId: 12 }, { Id: 65, Status: "Testing", Summary: "Fix issues reported in the first phase.", Type: "Bug", Priority: "Release Breaker", Tags: "Fix,Phase1", Estimate: "3.5", Assignee: "Robert King", ImgUrl: imagePath+"/images/kanban/7.png", RankId: 15 }, { Id: 66, Status: "Close", Summary: "Graphics/UI review for Editing page.", Type: "Story", Priority: "High", Tags: "Review,Phase1", Estimate: 2, Assignee: "Andrew Fuller", ImgUrl: imagePath+"/images/kanban/2.png", RankId: 18 }, { Id: 67, Status: "Validate", Summary: "Validate issues reported in the first phase.", Type: "Story", Priority: "High", Tags: "Validation", Estimate: 1.5, Assignee: "Michael Suyama", ImgUrl: imagePath+"/images/kanban/6.png", RankId: 11 }, { Id: 68, Status: "Close", Summary: "First phase testing.", Type: "Story", Priority: "Critical", Tags: "Testing,Phase1", Estimate: 2.5, Assignee: "Margaret hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId: 19 }, { Id: 69, Status: "Open", Summary: "Prepare test cases for all pages.", Type: "Story", Priority: "Release Breaker", Tags: "TestCase", Estimate: 1.5, Assignee: "Andrew Fuller", ImgUrl: imagePath+"/images/kanban/2.png", RankId: 13 }, { Id: 70, Status: "InProgress", Summary: "Prepare consolidated stored procedures.", Type: "Others", Priority: "High", Tags: "Grid", Estimate: 5.5, Assignee: "Janet Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId: 12 }, { Id: 71, Status: "Close", Summary: "Optimize code in the grid editing page.", Type: "Improvement", Priority: "Critical", Tags: "Optimization", Estimate: 1, Assignee: "Nancy Davloio", ImgUrl: imagePath+"/images/kanban/1.png", RankId: 20 }, { Id: 72, Status: "InProgress", Summary: "Optimize code in the grid filtering page.", Type: "Story", Priority: "High", Tags: "Optimization", Estimate: 0.5, Assignee: "Michael Suyama", ImgUrl: imagePath+"/images/kanban/6.png", RankId: 13 }, { Id: 73, Status: "Close", Summary: "Graphics/UI review for the charts page.", Type: "Story", Priority: "Low", Tags: "UI,Review", Estimate: 5.5, Assignee: "Robert King", ImgUrl: imagePath+"/images/kanban/7.png", RankId: 21 }, { Id: 74, Status: "Open", Summary: "Optimize code in the charts page.", Type: "Improvement", Priority: "High", Tags: "Optimization", Estimate: 7, Assignee: "Nancy Davloio", ImgUrl: imagePath+"/images/kanban/1.png", RankId: 14 }, { Id: 75, Status: "Close", Summary: "Check test cases.", Type: "Story", Priority: "Release Breaker", Tags: "Testing", Estimate: 0.5, Assignee: "Nancy Davloio", ImgUrl: imagePath+"/images/kanban/1.png", RankId: 22 }];
window.kanbanLocaleData = [{ Id: 1, Status: "Open", Summary: "تحليل المتطلبات الجديدة التي تم جمعها من العملاء.", Type: "قصة", Priority: "منخفض", Tags: " تحليل, زبون", Estimate: 3.5, Assignee: "Davloio نانسي", ImgUrl: imagePath+"/images/kanban/1.png", RankId:1 }, { Id: 2, Status: "InProgress", Summary: "تحسين أداء التطبيقات.", Type: " تحسين", Priority: "عادي", Tags: " تحسين", Estimate: 6, Assignee: " أندرو فولر", ImgUrl: imagePath+"/images/kanban/2.png", RankId:1 }, { Id: 3, Status: "Open", Summary: " ترتيب لقاء على شبكة الإنترنت مع العملاء للحصول على المتطلبات الجديدة.", Type: "آخرون", Priority: "حرج", Tags: "لقاء", Estimate: 5.5, Assignee: "جانيت Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId:2 }, { Id: 4, Status:"في تَقَدم", Summary: "إصلاح المشكلات التي أعلن عنها في متصفح إنترنت إكسبلورر.", Type: "بق", Priority: "قواطع الإفراج", Tags: "أي", Estimate: 2.5, Assignee: "جانيت Leverling", ImgUrl: imagePath+"/images/kanban/3.png" }, { Id: 5, Status: "Testing", Summary: "إصلاح المشكلات التي أبلغ عنها العملاء.", Type: "بق", Priority: "منخفض", Tags: "زبون", Estimate: "3.5", Assignee: "ستيفن ووكر", ImgUrl: imagePath+"/images/kanban/5.png", RankId:1 }, { Id: 6, Status: "Close", Summary: " ترتيب شبكة لقاء مع زبون للحصول على صفحة تسجيل الدخول المتطلبات.", Type: "آخرون", Priority: "منخفض", Tags: "لقاء", Estimate: 2, Assignee: "مايكل أسعد", ImgUrl: imagePath+"/images/kanban/6.png", RankId:1 }, { Id: 7, Status: "Validate", Summary: " تحقق المتطلبات الجديدة تحقق المتطلبات الجديدة", Type: " تحسين", Priority: "منخفض", Tags: " التحقق من صحة", Estimate: 1.5, Assignee: "روبرت الملك", ImgUrl: imagePath+"/images/kanban/7.png" }, { Id: 8, Status: "Close", Summary: " التحقق من صحة الصفحة الدخول", Type: " قصة", Priority: " قواطع الإفراج", Tags: " التحقق من صحة,حل", Estimate: 2.5, Assignee: "لورا كالاهان", ImgUrl: imagePath+"/images/kanban/8.png", RankId:2 }, { Id: 9, Status: "Testing", Summary: "إصلاح المشكلات التي أعلن عنها في متصفح سفاري.", Type: "بق", Priority: "قواطع الإفراج", Tags: "حل, رحلات السفاري", Estimate: 1.5, Assignee: "Davloio نانسي", ImgUrl: imagePath+"/images/kanban/1.png", RankId:2 }, { Id: 10, Status: "Close", Summary: "Test the application in the أي browser.", Type: " قصة", Priority: "منخفض", Tags: "تجريب,أي", Estimate: 5.5, Assignee: " مارغريت hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId:3 }, { Id: 11, Status: "Validate", Summary: "التحقق من صحة the issues reported by the زبون.", Type: " قصة", Priority: "عالي", Tags: " التحقق من صحة,حل", Estimate: 1, Assignee: "ستيفن ووكر", ImgUrl: imagePath+"/images/kanban/5.png" }, { Id: 12, Status: "Testing", Summary: "Check Login page التحقق من صحة.", Type: " قصة", Priority: "قواطع الإفراج", Tags: "تجريب", Estimate: 0.5, Assignee: "مايكل أسعد", ImgUrl: imagePath+"/images/kanban/6.png", RankId:3 }, { Id: 13, Status: "Open", Summary: " تحسينات API.", Type: " تحسين", Priority: "عالي", Tags: "شبكة,API", Estimate: 3.5, Assignee: " روبرت الملك", ImgUrl: imagePath+"/images/kanban/7.png", RankId:3 }, { Id: 14, Status: "InProgress", Summary: " إضافة دعم استجابة لطلب.", Type: "الملحمي", Priority: "حرج", Tags: "Responsive", Estimate: 6, Assignee: "لورا كالاهان", ImgUrl: imagePath+"/images/kanban/8.png", RankId:2 }, { Id: 15, Status: "Open", Summary: " عرض البيانات التي تم استردادها من الملقم في مراقبة الشبكة.", Type: " قصة", Priority: "عالي", Tags: " قاعدة البيانات,SQL", Estimate: 5.5, Assignee: " مارغريت hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId:4 }, { Id: 16, Status: "InProgress", Summary: " لا يمكن إصلاح الخطأ Open قاعدة البيانات SQL الافتراضي المستخدم.", Priority: "حرج", Type: "بق", Tags: " قاعدة البيانات,Sql2008", Estimate: 2.5, Assignee: "جانيت Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId:3 }, { Id: 17, Status: "Testing", Summary: " إصلاح المشكلات التي أعلن عنها في ربط البيانات.", Type: " قصة", Priority: "عادي", Tags: " ربط البيانات", Estimate: "3.5", Assignee: "جانيت Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId:4 }, { Id: 18, Status: "Close", Summary: " تحليل خادم SQL 2008 اتصال.", Type: " قصة", Priority: "قواطع الإفراج", Tags: "شبكة,Sql", Estimate: 2, Assignee: " أندرو فولر", ImgUrl: imagePath+"/images/kanban/2.png", RankId:4 }, { Id: 19, Status: "Validate", Summary: " التحقق من صحة القضايا ربط البيانات.", Type: " قصة", Priority: "منخفض", Tags: " التحقق من صحة", Estimate: 1.5, Assignee: " مارغريت hamilt", ImgUrl: imagePath+"/images/kanban/4.png" }, { Id: 20, Status: "Close", Summary: "تحليل مراقبة الشبكة.", Type: " قصة", Priority: "عالي", Tags: " تحليل", Estimate: 2.5, Assignee: " مارغريت hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId:5 }, { Id: 21, Status: "Close", Summary: " إجراء مخزن للبيانات الأولية ربط الشبكة.", Type: "آخرون", Priority: "قواطع الإفراج", Tags: " ربط البيانات", Estimate: 1.5, Assignee: "ستيفن ووكر", ImgUrl: imagePath+"/images/kanban/5.png", RankId:6 }, { Id: 22, Status: "Close", Summary: "تحليل الإجراءات المخزنة.", Type: " قصة", Priority: "قواطع الإفراج", Tags: "Procedures", Estimate: 5.5, Assignee: "جانيت Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId:7 }, { Id: 23, Status: "Validate", Summary: " التحقق من صحة القضايا التحرير.", Type: " قصة", Priority: "حرج", Tags: "التحرير", Estimate: 1, Assignee: "Davloio نانسي", ImgUrl: imagePath+"/images/kanban/1.png" }, { Id: 24, Status: "Testing", Summary: " تعزيز وظائف التحرير.", Type: " قصة", Priority: "عادي", Tags: "التحرير,Test", Estimate: 0.5, Assignee: "Davloio نانسي", ImgUrl: imagePath+"/images/kanban/1.png", RankId:5 }, { Id: 25, Status: "Open", Summary: " تعزيز وظائف التحرير.", Type: " تحسين", Priority: "منخفض", Tags: "التحرير", Estimate: 3.5, Assignee: " أندرو فولر", ImgUrl: imagePath+"/images/kanban/2.png", RankId:5 },
{ Id: 27, Status: "Open", Summary: "ترتيب اجتماع الويب مع العملاء لاظهار التحرير العرض.t", Type: "آخرون", Priority: "عالي", Tags: "لقاء,التحرير", Estimate: 5.5, Assignee: "ستيفن ووكر", ImgUrl: imagePath+"/images/kanban/5.png", RankId:6 }, { Id: 28, Status: "InProgress", Summary: "تحديد القضايا التحرير ذكرت في الكروم.", Type: "بق", Priority: "عادي", Tags: "التحرير, زبون", Estimate: 2.5, Assignee: "جانيت Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId:4 }, { Id: 29, Status: "Testing", Summary: "حل the التحرير issues reported by the زبون.", Type: "بق", Priority: "منخفض", Tags: "التحرير,حل", Estimate: "3.5", Assignee: "جانيت Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId:6 }, { Id: 30, Status: "Close", Summary: " ترتيب لقاء على شبكة الإنترنت مع العملاء للحصول على متطلبات التحرير.", Type: "آخرون", Priority: "حرج", Tags: "لقاء,التحرير", Estimate: 2, Assignee: "ستيفن ووكر", ImgUrl: imagePath+"/images/kanban/5.png", RankId:8 }, { Id: 31, Status: "Validate", Summary: " تحقق متطلبات التحرير.", Type: " قصة", Priority: "منخفض", Tags: "التحقق من صحة,التحرير", Estimate: 1.5, Assignee: " مارغريت hamilt", ImgUrl: imagePath+"/images/kanban/4.png" }, { Id: 32, Status: "Close", Summary: " تنفيذ وظائف التحرير.", Type: " تحسين", Priority: "قواطع الإفراج", Tags: "التحرير", Estimate: 2.5, Assignee: " مارغريت hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId:9 }, { Id: 33, Status: "Testing", Summary: " قضايا حل التحرير ذكرت في فايرفوكس.", Type: "بق", Priority: "حرج", Tags: "التحرير,حل", Estimate: 1.5, Assignee: " روبرت الملك", ImgUrl: imagePath+"/images/kanban/7.png", RankId:7 }, { Id: 34, Status: "Close", Summary: " ميزة تحرير اختبار في متصفح إنترنت إكسبلورر.", Type: " قصة", Priority: "عادي", Tags: "تجريب", Estimate: 5.5, Assignee: "جانيت Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId:10 }, { Id: 35, Status: "Validate", Summary: " تحقق متطلبات جديدة التحرير.", Type: " قصة", Priority: "عالي", Tags: " التحقق من صحة,التحرير,المتطلبات", Estimate: 1, Assignee: "لورا كالاهان", ImgUrl: imagePath+"/images/kanban/8.png" }, { Id: 36, Status: "Testing", Summary: "Check التحرير input التحقق من صحة.", Type: " قصة", Priority: "عالي", Tags: " التحقق من صحة", Estimate: 0.5, Assignee: "Davloio نانسي", ImgUrl: imagePath+"/images/kanban/1.png", RankId:8 }, { Id: 37, Status: "Close", Summary: "إضاف التحقق من صحة المدخلات للتحرير.", Type: " قصة", Priority: "عادي", Tags: "التحرير", Estimate: 3.5, Assignee: " أندرو فولر", ImgUrl: imagePath+"/images/kanban/2.png", RankId:11 }, { Id: 38, Status: "InProgress", Summary: " تحسين أداء تصفية.", Type: " تحسين", Priority: "عادي", Tags: "تصفية,أي", Estimate: 6, Assignee: "Davloio نانسي", ImgUrl: imagePath+"/images/kanban/1.png", RankId:5 }, { Id: 39, Status: "Open", Summary: " ترتيب لقاء على شبكة الإنترنت مع العملاء للحصول على متطلبات الترشيح الجديدة.", Type: "آخرون", Priority: "حرج", Tags: "لقاء, زبون", Estimate: 5.5, Assignee: "مايكل أسعد", ImgUrl: imagePath+"/images/kanban/6.png", RankId:7 }, { Id: 40, Status: "InProgress", Summary: " إصلاح قضايا تصفية ذكرت في متصفح إنترنت إكسبلورر.", Type: "بق", Priority: "منخفض", Tags: "حل,أي", Estimate: 2.5, Assignee: " مارغريت hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId:6 }, { Id: 41, Status: "Testing", Summary: "إصلاح قضايا تصفية ذكرت من قبل العملاء.", Type: "بق", Priority: "عادي", Tags: "تصفية, زبون", Estimate: "3.5", Assignee: " روبرت الملك", ImgUrl: imagePath+"/images/kanban/7.png", RankId:9 }, { Id: 42, Status: "Close", Summary: " ترتيب لقاء على شبكة الإنترنت مع العملاء لإظهار تصفية العرض.", Type: "آخرون", Priority: "حرج", Tags: "لقاء, زبون", Estimate: 2, Assignee: " أندرو فولر", ImgUrl: imagePath+"/images/kanban/2.png", RankId:12 }, { Id: 43, Status: "Validate", Summary: "تحقق من متطلبات الترشيح.", Type: " قصة", Priority: "حرج", Tags: "تصفية, رحلات السفاري", Estimate: 1.5, Assignee: " مارغريت hamilt", ImgUrl: imagePath+"/images/kanban/4.png" }, { Id: 44, Status: "Close", Summary: " تنفيذ ميزة التصفية.", Type: "الملحمي", Priority: "عادي", Tags: "تصفية", Estimate: 2.5, Assignee: " مارغريت hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId:13 }, { Id: 45, Status: "Testing", Summary: "إصلاح المشكلات تصفية ذكرت في سفاري.", Type: "بق", Priority: "عالي", Tags: "تصفية,حل", Estimate: 1.5, Assignee: " أندرو فولر", ImgUrl: imagePath+"/images/kanban/2.png", RankId:10 }, { Id: 46, Status: "Close", Summary: " اختبار التصفية في المتصفحات.", Type: " قصة", Priority: "حرج", Tags: "تجريب", Estimate: 5.5, Assignee: "جانيت Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId:14 }, { Id: 47, Status: "Validate", Summary: " تحقق من قضايا تصفية ذكرت من قبل العملاء.", Type: " قصة", Priority: "عالي", Tags: "تصفية", Estimate: 1, Assignee: "Davloio نانسي", ImgUrl: imagePath+"/images/kanban/1.png" }, { Id: 48, Status: "Testing", Summary: " تحقق التحقق من صحة الترشيح.", Type: " قصة", Priority: "عادي", Tags: " التحقق من صحة", Estimate: 0.5, Assignee: "لورا كالاهان", ImgUrl: imagePath+"/images/kanban/8.png", RankId:11 }, { Id: 49, Status: "Open", Summary: " تعزيز ميزة التصفية.", Type: "الملحمي", Priority: "حرج", Tags: " تحسين", Estimate: 3.5, Assignee: " أندرو فولر", ImgUrl: imagePath+"/images/kanban/2.png", RankId:8 }, { Id: 50, Status: "InProgress", Summary: " تحسين أداء وظيفة التصفية.", Type: " تحسين", Priority: "حرج", Tags: " تحسين", Estimate: 6, Assignee: "Davloio نانسي", ImgUrl: imagePath+"/images/kanban/1.png", RankId:7 }, { Id: 51, Status: "Open", Summary: " اجتماع الويب مع العملاء لمناقشة المخططات.", Type: "آخرون", Priority: "عادي", Tags: "لقاء, زبون", Estimate: 5.5, Assignee: " مارغريت hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId:9 }, { Id: 52, Status: "في تَقَدم", Summary: "إصلاح المخطط تقديم قضية ذكرت في متصفح إنترنت إكسبلورر."
, Type: "بق", Priority: "حرج", Tags: "حل,أي", Estimate: 2.5, Assignee: " مارغريت hamilt", ImgUrl: imagePath+"/images/kanban/4.png" }, { Id: 53, Status: "Testing", Summary: " إصلاح مشاكل الرسم البياني ذكرت من قبل الزبون.", Type: "بق", Priority: "قواطع الإفراج", Tags: "أداءخريطة", Estimate: "3.5", Assignee: "جانيت Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId:12 }, { Id: 54, Status: "Close", Summary: " تنفيذ تمثيل رسومي للبيانات باستخدام عنصر التخطيط.", Type: " تحسين", Priority: "عادي", Tags: "أداءخريطة", Estimate: 2, Assignee: "ستيفن ووكر", ImgUrl: imagePath+"/images/kanban/5.png", RankId:15 }, { Id: 55, Status: "Validate", Summary: " التحقق من صحة البيانات للمخططات.", Type: " قصة", Priority: "حرج", Tags: "أداءخريطةs", Estimate: 1.5, Assignee: " مارغريت hamilt", ImgUrl: imagePath+"/images/kanban/4.png" }, { Id: 56, Status: "Close", Summary: " اجتماع الويب مع العملاء للحصول على متطلبات الرسم البياني.", Type: "آخرون", Priority: "منخفض", Tags: "لقاء,أداءخريطة", Estimate: 2.5, Assignee: " مارغريت hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId:16 }, { Id: 57, Status: "Testing", Summary: " إصلاح مشاكل التخطيط التي أعلن عنها في فايرفوكس.", Type: "بق", Priority: "عالي", Tags: "حل, فايرفوكس", Estimate: 1.5, Assignee: "لورا كالاهان", ImgUrl: imagePath+"/images/kanban/8.png", RankId:13 }, { Id: 58, Status: "Close", Summary: " الإجراء المخزن لميزة تحرير الشبكة.", Type: " قصة", Priority: "عالي", Tags: "شبكة", Estimate: 5.5, Assignee: "جانيت Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId:17 }, { Id: 59, Status: "Validate", Summary: " التحقق من صحة القضايا الرسم البياني ذكرت من قبل العملاء.", Type: " قصة", Priority: "عالي", Tags: " التحقق من صحة", Estimate: 1, Assignee: "مايكل أسعد", ImgUrl: imagePath+"/images/kanban/6.png" }, { Id: 60, Status: "Testing", Summary: "represention بيانات الاختبار مع الرسوم البيانية.", Type: " قصة", Priority: "منخفض", Tags: "تجريب,أداءخريطة", Estimate: 0.5, Assignee: "Davloio نانسي", ImgUrl: imagePath+"/images/kanban/1.png", RankId:14 }, { Id: 61, Status: "Open", Summary: " الرسومات النهائية / مراجعة واجهة المستخدم للتطبيق.", Type: " قصة", Priority: "عالي", Tags: " واجهة المستخدم,مراجعة", Estimate: 3.5, Assignee: " أندرو فولر", ImgUrl: imagePath+"/images/kanban/2.png", RankId:10 }, { Id: 62, Status: "InProgress", Summary: "تحسين الخرائط وقت التقديم.", Type: "تحسين", Priority: "منخفض", Tags: "تجريب,Phase2", Estimate: 6, Assignee: "لورا كالاهان", ImgUrl: imagePath+"/images/kanban/8.png", RankId:8 }, { Id: 63, Status: "Open", Summary: " إضافة تسميات تحديثها في صفحة الخرائط.", Type: " قصة", Priority: "عالي", Tags: "حل,Phase1", Estimate: 5.5, Assignee: " مارغريت hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId:11 }, { Id: 64, Status: "Open", Summary: " Second phase تجريب.", Type: " قصة", Priority: "حرج", Tags: "تجريب,Phase2", Estimate: 2.5, Assignee: " مارغريت hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId:12 }, { Id: 65, Status: "Testing", Summary: " تحديد القضايا التي أعلن عنها في المرحلة الأولى.", Type: "بق", Priority: "قواطع الإفراج", Tags: "حل,Phase1", Estimate: "3.5", Assignee: " روبرت الملك", ImgUrl: imagePath+"/images/kanban/7.png", RankId:15 }, { Id: 66, Status: "Close", Summary: " الرسومات مراجعة / واجهة المستخدم لصفحة التحرير.", Type: " قصة", Priority: "عالي", Tags: "مراجعة,Phase1", Estimate: 2, Assignee: " أندرو فولر", ImgUrl: imagePath+"/images/kanban/2.png", RankId:18 }, { Id: 67, Status: "Validate", Summary: " التحقق من صحة القضايا التي أعلن عنها في المرحلة الأولى.", Type: " قصة", Priority: "عالي", Tags: " التحقق من صحة", Estimate: 1.5, Assignee: "مايكل أسعد", ImgUrl: imagePath+"/images/kanban/6.png" }, { Id: 68, Status: "Close", Summary: "First phase تجريب.", Type: " قصة", Priority: "حرج", Tags: "تجريب,Phase1", Estimate: 2.5, Assignee: " مارغريت hamilt", ImgUrl: imagePath+"/images/kanban/4.png", RankId:19 }, { Id: 69, Status: "Open", Summary: " إعداد حالات الاختبار لجميع الصفحات.", Type: " قصة", Priority: "قواطع الإفراج", Tags: " اختبار حالة", Estimate: 1.5, Assignee: " أندرو فولر", ImgUrl: imagePath+"/images/kanban/2.png", RankId:13 }, { Id: 70, Status: "InProgress", Summary: " إعداد الإجراءات المخزنة الموحدة.", Type: "آخرون", Priority: "عالي", Tags: "شبكة", Estimate: 5.5, Assignee: "جانيت Leverling", ImgUrl: imagePath+"/images/kanban/3.png", RankId:9 }, { Id: 71, Status: "Close", Summary: " تحسين التعليمات البرمجية في صفحة تحرير الشبكة.", Type: " تحسين", Priority: "حرج", Tags: "الأمثل", Estimate: 1, Assignee: "Davloio نانسي", ImgUrl: imagePath+"/images/kanban/1.png", RankId:20 }, { Id: 72, Status: "InProgress", Summary: " تحسين التعليمات البرمجية في الصفحة تصفية الشبكة.", Type: " قصة", Priority: "عالي", Tags: "الأمثل", Estimate: 0.5, Assignee: "مايكل أسعد", ImgUrl: imagePath+"/images/kanban/6.png", RankId:10 }, { Id: 73, Status: "Close", Summary: " الرسومات مراجعة / واجهة المستخدم لصفحة الرسوم البيانية.", Type: " قصة", Priority: "منخفض", Tags: "UI,مراجعة", Estimate: 5.5, Assignee: " روبرت الملك", ImgUrl: imagePath+"/images/kanban/7.png", RankId:21 }, { Id: 74, Status: "Open", Summary: " تحسين التعليمات البرمجية في صفحة الخرائط.", Type: " تحسين", Priority: "عالي", Tags: "الأمثل", Estimate: 7, Assignee: "Davloio نانسي", ImgUrl: imagePath+"/images/kanban/1.png", RankId:14 }, { Id: 75, Status: "Close", Summary: " تحقق حالات الاختبار.", Type: " قصة", Priority: "قواطع الإفراج", Tags: "تجريب", Estimate: 0.5, Assignee: "Davloio نانسي", ImgUrl: imagePath+"/images/kanban/1.png", RankId:22 }];