What's new

Help Need your Opinion mga Sir(Simple System using C#)

Murrzz

Eternal Poster
Joined
May 7, 2018
Posts
230
Reaction
1,369
Points
282
Age
23

So may subject kami na System fundamental mga sir and yung System namin is Information system
and may 5 enhancements kami
-Yung Showing ng Grades;
-Admin and Prof portal
-Sending Email as Anouncements
-print Data
-Add ng Subjects

And hindi ako confident mga sir kasi by Group to and dalawa lang kami ng class mate k gumawa sya sa
design and ako sa functionalities and sa Sat na defense mga sir kaya yun hindi ko talaga alam kung ok na
tong nagawa namn Salamat sa mga ideas nyo sir in advance
 

Attachments

sa coding naman before dapat mapunta sa db yung mga value from users, sanitize mo muna kasi minsan sa defense they also test your input fields :)
 
eto ha based on my experience
ako lang kasi mag isa gumawa ng system namin non sa thesis

- improve mo ung password mo (i mean dapat may 1 caps at 1 symbol sa password) =
* pag tinanong kayo ng panel nyo about jan yari kayo
- check every field kung yung first name ba ay character or string lang ba ang ina-accept pag sine-save sa DB?
*another butas yan (pag pina debug sa inyo ng panel yan make sure na kaya nyo)
- Add Dummy data before defense (wag mag lagay ng "aaaaaaa", gawin nyong parang totoo yung data na nasa system nyo

overall ok naman system nyo
goodluck
 
Salamat sa Idea sir kaso I dont think po na aabot sa sat if gagawin naming online form hehe
pero gandang Idea po Solid try ko rin gawin after defense
 
1. Additional Widgets - Instead of using the default interface of each message box, data grid view, and other tools to make it consistent. Maganda na UI mo, sagad mo na din pati sa mga widgets at ibang tools.
2. Search Bar - Try to implement an auto suggest feature when typing a specific value.
3. Labels - TRY NOT TO USE ALL capital letters. Make [1:53] as your basis.
4. Navigation - Try to highlight the current page/form that you just selected.
5. Information - [0:37] Why do you have to use a tab panel? Put them all in a single form then divide them by group instead.
6. Dropdown Box - I noticed that you can add value to the dropdown, why not make it read only? [1:14] I can easily type '99th year' as my Year and '69' as my Section then save it to the database hahaha buti walang field para sa 'Gender or Sek Uh Es' baka ano malagay ko dyan kung ako yung user hahaha.
7. Email - Try to add a checker or maybe an exception that would only allow valid email.
8. Portal - Why do you have a separate login portal for Administrators and Teachers? Try to implement a single login portal then check in your backend if the person who is trying to log in is an administrator or a teacher.
9. Input Grades - Try to implement it in a form of array rather than adding N number of dropdown box then create a function that would automatically get their average, etc..
10. Password - try to implement a level of security and exception handling.

Good luck!
 
Back
Top