Skip to content

Commit

Permalink
updating docs model
Browse files Browse the repository at this point in the history
  • Loading branch information
sania-16 committed Dec 5, 2024
1 parent f64a1cb commit c054afa
Show file tree
Hide file tree
Showing 18 changed files with 16 additions and 470 deletions.
4 changes: 1 addition & 3 deletions common/core/src/main/resources/model.ftlh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
</tbody>
</table>
<p>
<table class="table table-hover">
<table class="table table-striped">

<div class="container-fluid">
Expand All @@ -28,7 +27,7 @@
<th class="border-right border-white" style="width: 160px;" >CLUSTER</th>
<div class="clearfix visible-xs-block"></div>
<#list 3 ..< numColumns as entityIndex>
<th class="border-right border-white" > <a href="${columns[entityIndex]}.html"> ${columns[entityIndex]!?upper_case} </a></th>
<th class="border-right border-white" > ${columns[entityIndex]!?upper_case} </a></th>
</#list>
</tr>
</thead>
Expand Down Expand Up @@ -77,7 +76,6 @@
</#list>
</tbody>
</table>
</table>


</p>
Expand Down
24 changes: 0 additions & 24 deletions models/100/docs/add1.html

This file was deleted.

24 changes: 0 additions & 24 deletions models/100/docs/add2.html

This file was deleted.

24 changes: 0 additions & 24 deletions models/100/docs/areacode.html

This file was deleted.

24 changes: 0 additions & 24 deletions models/100/docs/city.html

This file was deleted.

24 changes: 0 additions & 24 deletions models/100/docs/dob.html

This file was deleted.

24 changes: 0 additions & 24 deletions models/100/docs/fname.html

This file was deleted.

24 changes: 0 additions & 24 deletions models/100/docs/lname.html

This file was deleted.

32 changes: 15 additions & 17 deletions models/100/docs/model.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,27 @@
</tbody>
</table>
<p>
<table class="table table-hover">
<table class="table table-striped">

<div class="container-fluid">
<thead class="thead thead-light">
<tr>
<th class="border-right border-white" style="width: 160px;" >Cluster</th>
<th class="border-right border-white" style="width: 160px;" >CLUSTER</th>
<div class="clearfix visible-xs-block"></div>
<th class="border-right border-white" > <a href="z_score.html"> Z_SCORE </a></th>
<th class="border-right border-white" > <a href="z_isMatch.html"> Z_ISMATCH </a></th>
<th class="border-right border-white" > <a href="recId.html"> RECID </a></th>
<th class="border-right border-white" > <a href="fname.html"> FNAME </a></th>
<th class="border-right border-white" > <a href="lname.html"> LNAME </a></th>
<th class="border-right border-white" > <a href="stNo.html"> STNO </a></th>
<th class="border-right border-white" > <a href="add1.html"> ADD1 </a></th>
<th class="border-right border-white" > <a href="add2.html"> ADD2 </a></th>
<th class="border-right border-white" > <a href="city.html"> CITY </a></th>
<th class="border-right border-white" > <a href="areacode.html"> AREACODE </a></th>
<th class="border-right border-white" > <a href="state.html"> STATE </a></th>
<th class="border-right border-white" > <a href="dob.html"> DOB </a></th>
<th class="border-right border-white" > <a href="ssn.html"> SSN </a></th>
<th class="border-right border-white" > <a href="z_zsource.html"> Z_ZSOURCE </a></th>
<th class="border-right border-white" > Z_SCORE </a></th>
<th class="border-right border-white" > Z_ISMATCH </a></th>
<th class="border-right border-white" > RECID </a></th>
<th class="border-right border-white" > FNAME </a></th>
<th class="border-right border-white" > LNAME </a></th>
<th class="border-right border-white" > STNO </a></th>
<th class="border-right border-white" > ADD1 </a></th>
<th class="border-right border-white" > ADD2 </a></th>
<th class="border-right border-white" > CITY </a></th>
<th class="border-right border-white" > AREACODE </a></th>
<th class="border-right border-white" > STATE </a></th>
<th class="border-right border-white" > DOB </a></th>
<th class="border-right border-white" > SSN </a></th>
<th class="border-right border-white" > Z_ZSOURCE </a></th>
</tr>
</thead>
</div>
Expand Down Expand Up @@ -3602,7 +3601,6 @@

</tbody>
</table>
</table>


</p>
Expand Down
24 changes: 0 additions & 24 deletions models/100/docs/ssn.html

This file was deleted.

24 changes: 0 additions & 24 deletions models/100/docs/stNo.html

This file was deleted.

24 changes: 0 additions & 24 deletions models/100/docs/state.html

This file was deleted.

35 changes: 0 additions & 35 deletions models/100/docs/z_cluster.html

This file was deleted.

Loading

0 comments on commit c054afa

Please sign in to comment.