N
N
NovikovAA2015-10-07 17:50:35
User interface
NovikovAA, 2015-10-07 17:50:35

How to realize what is required and understand the essence of what is happening by “inventing an interface”?

На курсах по проектированию интерфейсов выдали задание. Исходные данные:
Существует некая столовая в учебном заведении, которая кормит студентов бесплатно. Есть менеджер который ежедневно определяет количество необходимых порций для приготовления, основанных на своих наблюдениях (погода, выходные, сессии) и передает данные в столовую. Но иногда еды много, а иногда крайне мало.
Группа инициативных программистов написала простой алгоритм, который прогнозирует какое количество студентов придет в определенный день. Алгоритм запущен и уже имеет статистику за 3 месяца.
И вот самое интересное - задание: необходимо придумать интерфейс, который может помочь снизить избыток или недостаток порций и описать работу системы.
Указано, что если данных недостаточно - их можно придумать.
So, we are required to come up with an algorithm, or is there still an interface for an algorithm that does not exist? Help me come up with at least a direction of movement, maybe the task confuses me :(

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel Designer, 2015-10-07
@NovikovAA

If this is a verbatim task, and not a free retelling, then it is clearly written: you need to come up with an interface.
The interface used by the manager when planning the amount of food, using the algorithm of programmers. Your task is to determine what the management of this process will look like. The whole point is to teach you to think and find solutions to problems (and not just draw buttons, as many people think when they say “interface design”).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question