Replace 12 MS apps with a single ASP.NET application -
i wonder if give opinion on working on right now? have 12 ms access applications quite similar in terms of data , functionality: each app allows 12 practices capture data services provide patients. practices cover physical therapy, orthotics, speech , language , social services , etc. 6 inpatients , 6 outpatients.
i built ms sql database replace 12 apps , respective 12 databases. model looks pretty , think scale well.
now working on designing asp.net web forms app replace above 12 apps. dilemma is: how should approach challenge?
in current version of apps, each data entry screen looks same amongst practices; there few cosmetic changes , fields may laid out differently result same: allow user enter service codes work performed on patients.
so, each app, have page called charges.aspx same per practice.
my question is: should build 12 similar pages, 1 each of old apps, since data entry similar? or, maybe, generate ui, previoulsy defined in sql using template each practice?
any suggestions welcome!
regards,
huambo
put security , user handling code in masterpage.
if have field or block of fields have re-use ( patient basic information), make user control fields on it.
please @ jquery simplify client side of code. jquery.ui can provide usefull control out-of-the-box!
Comments
Post a Comment