Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polarion independent templating #148

Open
ewuerger opened this issue Jan 22, 2025 · 1 comment
Open

Polarion independent templating #148

ewuerger opened this issue Jan 22, 2025 · 1 comment

Comments

@ewuerger
Copy link
Member

Work on generic rendering helper methods:

  • insert model_element
  • insert text_element
  • insert heading
  • insert table
  • insert pagebreak
  • link model_element
  • ...

for the individual target tool. In this repo we will provide the PolarionTemplateHelper.

@Wuestengecko
Copy link
Member

  • insert model_element

This sounds very generic, especially with "link model_element" also being a thing. What's this supposed to do?

  • insert text_element
  • insert heading
  • insert table

I'm not familiar with Polarion's specifics, why can't we just use the normal HTML elements for these? Especially table handling sounds like a huge pain to deal with if we need to make a custom function (or, more likely, multiple), instead of just using plain <table>, <tr>, <td> etc. tags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants