friendzymes / friendzymes-wiki

0 stars 0 forks source link

Stuff to fix on the wiki: #7

Open eyesmo opened 2 years ago

eyesmo commented 2 years ago
  1. On the main page, some title sections have text that's partially cut off.
  2. On the main page, when you mouse over the icons on the menu sidebar, the dropdown menu appears with a gap between it and the icon, such that when you mouse over to try to click on the dropdown it disappears before you can click.
  3. On the 'A Clash Of Overhangs' page (https://2021.igem.org/Team:Open_Science_Global/Wetware/A-Clash-of-Overhangs), the first two text diagrams in the part type switching section have too much white space in them, causing the diagrams of the BsaI and BtgzI binding and cut sites to get messed up. Need to delete ~10 spaces between each.
  4. In the Wetware section, for each subsection page, there are no hyperlinks that take you back to the main Wetware page or to the next subsection
  5. In the parts collection, part definitions look like hyperlinks to the Biobricks registry, but can't be clicked on (have to copy and paste the URL into a browser)
  6. In the parts collection, a bunch of the Registry URLs for our parts don't match the parts described (e.g. one describes a LacO operator but links to one of the SecTag library plasmids)
jcahill commented 2 years ago
  1. will put updates in #6
  2. same as #4
  3. doesn't look like it at first, but this is just caused by an interaction between text-align: justify and overflow. easily fixed on desktop by allowing the diagrams width: 105%. will check if same fix works on mobile and put updates in #6
  4. i had a particular breadcrumb pattern to use but we ran out of time during submission. will dig it up and put here.
  5. this is caused by some copy/paste or find/replace error that closed the link tags. i'll fix it and put further cleanup in #6. it looks like almiro had to use the html table generator i linked rather than the built-in parts collection renderer for some reason, so i'll look at cleaning that up.
  6. will make lists to compare and put updates in #2. additionally, can you look over Basic Parts and Composite Parts and pluck out which one(s) need their category fixed?

parts links


<!-- incorrect -->

<td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103008" target="_blank" rel="noopener noreferrer"></a><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103008</span></td>

<!-- correct -->

<td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103008" target="_blank" rel="noopener noreferrer"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103008</span></a></td>
jcahill commented 2 years ago
  1. fixed
  2. fixed
  3. fixed
  4. fixed
  5. fixed
  6. wontfix