Parts List page merge
2024-10-15, 19:36 (This post was last modified: 2024-10-15, 19:41 by Orion Pobursky.)
2024-10-15, 19:36 (This post was last modified: 2024-10-15, 19:41 by Orion Pobursky.)
Currently we have:
https://library.ldraw.org/tracker/list
and
https://library.ldraw.org/official/list
and for individual parts we have:
https://library.ldraw.org/tracker/<part id number>
and
https://library.ldraw.org/official/<part id number>
Behinds the scene these 2 page pairs are the same. They use the same code and just tailor the output based on whether a part/part list is official or not.
I've like to merge these URL pairs into:
https://library.ldraw.org/parts/list
and
https://library.ldraw.org/parts/<part id number>
Additionally,
Part Search will be merged into Part List.
In fact, most of the /tracker URLs will be come /parts URLs (with redirects of course).
Thoughts?
Additional Note:
The current file direct access URLs will remain unchanged:
https://library.ldraw.org/library/unofficial/<part folder and number>.dat
https://library.ldraw.org/library/official/<part folder and number>.dat
There are also direct filename url (e.g.):
https://library.ldraw.org/tracker/parts/41577.dat
https://library.ldraw.org/official/parts/3001.dat
There is an open question on how to handle these.
https://library.ldraw.org/tracker/list
and
https://library.ldraw.org/official/list
and for individual parts we have:
https://library.ldraw.org/tracker/<part id number>
and
https://library.ldraw.org/official/<part id number>
Behinds the scene these 2 page pairs are the same. They use the same code and just tailor the output based on whether a part/part list is official or not.
I've like to merge these URL pairs into:
https://library.ldraw.org/parts/list
and
https://library.ldraw.org/parts/<part id number>
Additionally,
Part Search will be merged into Part List.
In fact, most of the /tracker URLs will be come /parts URLs (with redirects of course).
Thoughts?
Additional Note:
The current file direct access URLs will remain unchanged:
https://library.ldraw.org/library/unofficial/<part folder and number>.dat
https://library.ldraw.org/library/official/<part folder and number>.dat
There are also direct filename url (e.g.):
https://library.ldraw.org/tracker/parts/41577.dat
https://library.ldraw.org/official/parts/3001.dat
There is an open question on how to handle these.