Compare commits

..

2 Commits

Author SHA1 Message Date
quenousimporte 7a4d9072df refactor 2025-03-19 15:49:19 +01:00
quenousimporte 98b602cdcc remove comments 2025-03-12 18:12:27 +01:00
1 changed files with 147 additions and 150 deletions

View File

@ -69,9 +69,6 @@ async function getpage(url)
function format(equipment, exclude) function format(equipment, exclude)
{ {
const result = [] const result = []
// todo: notes as footers instead of column
// todo: invert available X mark
// todo: remove a column if always empty
Object.keys(equipment).forEach(table => { Object.keys(equipment).forEach(table => {
const columnsizes = {} const columnsizes = {}