Giter Club home page Giter Club logo

Comments (5)

ngan avatar ngan commented on August 26, 2024

Hm, I suppose Section does the job of wrapping a complex element. Is this the recommended path?

from site_prism.

luke-hill avatar luke-hill commented on August 26, 2024

so the idea behind SitePrism is you declare portions of your page inside a Section

your portion could be incredibly tiny, so in pseudo code you could have

section = DatePicker
elements = each date number
elements = only odd numbers
elements = every sunday
element = currently highlighted date
elements = invalid dates (greyed out)

if you attach an SSCCE with something that isn't possible at the moment then let me know. Or raise a PR if that's easier? I'm convinced you should be fine though

from site_prism.

ngan avatar ngan commented on August 26, 2024

Yea sections is the way to go. The name “Section” just threw me off. Maybe “Component” might be better? Anyways consider this resolved.

from site_prism.

ngan avatar ngan commented on August 26, 2024

Any thoughts on renaming "Section" to "Component"?

from site_prism.

luke-hill avatar luke-hill commented on August 26, 2024

so Section is named because according to the POM definition that is what is used across the board.

There is some reading you can do here: https://martinfowler.com/bliki/PageObject.html (Java theory but good tutor)
A recent medium post here: https://medium.com/tech-tajawal/page-object-model-pom-design-pattern-f9588630800b

It won't be renamed as it is correct as is. Also renaming it would lead to a heap of confusion and would be a backwards facing rear end change. It is very self-descriptive and seems to be the generic use case across the board.

Can I ask where the issue is coming from?

from site_prism.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.