Project Management System - Copy this Html, Bootstrap Component to your project
Wrachers nots ("Öğrenci Proje Yükleme Otomasyonunu" tamamlayın. Genel mantığı kendiniz oluşturun. SQL Server veritabanı kullanarak yapanlar 2 puan daha yüksek puan alacak. Video anlatımlarında veritabanı olarak SQL Server kullanılmıştır..) use aps.net/ html/bootstrap (no js)/ and local sql server (ssms) pages : (KullaniciGiris.aspx) sign in page with a announcements section. (YeniKayit.aspx) for students and teachers (Proje.aspx) allows the student or the teachers to list the projects ads edit it (the teacher will access only the projects he aloud to see also the student). (ProjeYkleme.aspx) a page that allows students to upload projects databasse users table (UserID,Ad,SoyAd,OgrenciNO,Email,Telefon,Sifre,KullanciTip) "ad holds username , soyad holds last name, ogrencino holds student number, email holds email, telefon holds phone num, sifre holds password, KullaiciTip hods true of fulse false if it a student and true f teachurs " Projeler table (ProjeID, YukleyenID, KontrolID, ProjeAd, Not_Dokuman, Not_Tubitak, Not_Teknofest,Not_Konferan, Ogranci_Aciklama, Hoca_Aciklama) "projeId holds the id of the project to call it back, yukleneni is the id of the student(ogrenci) who upload the project, kontrolid is the id of the (hoca) who will check it, not_* (exept for dokuman it will be the file he will upload) is the not that the organisations rated the project with, ogrenci_aciklama is the discretion of the student(ogrenci) and hoca_aciklama is the same but for the (hoca)" make a ditailed prompt about this
