Help for Designing small program “I don’t mind to pay :) “ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help for Designing small program “I don’t mind to pay :) “

Hello I would like to design a stand alone program that consist of the following: Login page Instructors Students Courses Reports This program will be used for creating a daily flying reports So the instructor will write the report and the student will be able to read it only The flying reports consist of grading and it’s like table So what’s is the best way to design this program Access will not help because I need it to be like web page and I will run inside our local network Thank you

4th May 2019, 9:12 AM
ayoub
ayoub  - avatar
2 Answers
+ 1
first define the business process. make it clear as possible. also work on the databases while doing this by define their tables and relations. then make a mock up interface. based on the workflow in the system you can imagine how many group of user inside the system and which interface that they're using. then start to code, it may be a bit boring at the start but it save a lot of time of developing.
4th May 2019, 9:17 AM
Taste
Taste - avatar
0
I have already made the tabels for instructors, students, courses and reports the users are around 50 and each yearly we get new students and the first group will gradwate we do have internal network without internet so I am hopping that to use as web page
4th May 2019, 9:24 AM
ayoub
ayoub  - avatar