12-28-2023 11:24 AM
Hello
I have an assignment where I have to use producer/consumer architecture, events state machine with queues and a simple error handling.
I have decided to do a log in/ sign up. What would the states be?
12-28-2023 01:59 PM
@eneko.mujika wrote:
Hello
I have an assignment where I have to use producer/consumer architecture, events state machine with queues and a simple error handling.
I have decided to do a log in/ sign up. What would the states be?
What ever you want them to be. What steps do you want to go through to do a "log in/sign up"? How would you organize it? {Step 1 -- ask "What would the states be?". Step 2 -- figure them out for myself ...].
Bob Schor
12-28-2023 03:22 PM
Think about what needs to happen and in what order they need to happen. That should give you the states to your state machine.