Skip to main content

Command Palette

Search for a command to run...

[WIL] Final Project Planning

05/21/23

Published
[WIL] Final Project Planning

Planning is... really difficult. It was challenging to determine the relevance of concurrency control and handling high traffic to our topic and how they can be incorporated. It was also difficult to define and refine the topic. We initially wanted to build an emergency room availability system, but at every moment of planning, we encountered obstacles, especially when considering the user flow. We attempted to optimize search queries for hospitals, but it turned out that there were only around 50 large hospitals with emergency rooms, so it wasn't dealing with large-scale data. Moreover, according to feedback from our senior manager, the submission of medical forms is mutually exclusive, making concurrency control unnecessary in that aspect.

It seems that we need to plan more meticulously. Particularly, we should avoid simply comparing diagnosis forms as strings, as our senior manager mentioned. This is an aspect that we didn't even consider, so it requires further consideration and thought.