Skip to content

About good practices with the use of Lucid architecture #3

Answered by Mulkave
flavioafa asked this question in Q&A
Discussion options

You must be logged in to vote

Okay, I need to understand more. It's getting interesting!

I will explain to you how I understood it, based on what you explained to me, applying to the example I passed before. Let's go!

  • Inspection is a service, which has an API.

  • Deadline is a service that has an API.

  • Each API mentioned has its methods of index, list, store and etc ... And can be accessed directly through requests.

  • However, Inspection has a Deadline.

  • With this scenario, I will exemplify the Inspection store feature, it contains the following flow

    • Validating Inspection Job
    • Save Inspection Job
    • Operation or Job to save Deadline
    • Return JSON Job
  • Would it be this?

  • In this example that I passed, we used to call…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Mulkave
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3 on December 10, 2020 19:16.