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
2 Antworten
+ 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.
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