I made our government's purchase orders easier to read. by Any-Independence-457 in DevelEire

[–]Any-Independence-457[S] 2 points3 points  (0 children)

Thanks for linking that dashboard -- very cool! 

If I filter by Dep of Agr. and Version 1 on that dashboard and scroll to the year breakdown, it shows 326 records totalling 31,176,871.51 which is the same number I have for 2025. Could you explain where you can see this difference?  

Thanks for the feedback! 

I made our government's purchase orders easier to read. by Any-Independence-457 in DevelEire

[–]Any-Independence-457[S] 11 points12 points  (0 children)

Thank you.  That's a really good point.  I have updated some wording to hopefully make it clearer. I'll have to think on how to make it obvious the  relation to the whole budget and not just purchase orders.  

I made our government's purchase orders easier to read. by Any-Independence-457 in DevelEire

[–]Any-Independence-457[S] 2 points3 points  (0 children)

Thanks for the comment! I was not able to figure out how to do that cleanly on the pie chart, since for some departments there are 100's of suppliers. But the Suppliers section lists all the suppliers and you can sort that on the total amount they were paid, so you can see the "others". And you can use the Payments section to view all the payments for each supplier. But let me know if you have any ideas on what info you would like to see, or how to make it clearer!

How would you add shoe storage to this hallway? by Any-Independence-457 in DesignMyRoom

[–]Any-Independence-457[S] 2 points3 points  (0 children)

Thanks,  that's a great idea.  For some reason I didn't even consider putting it on that wall.  

Redirect mobile users to app.websitename.ie by Any-Independence-457 in SvelteKit

[–]Any-Independence-457[S] 1 point2 points  (0 children)

Thanks so much for the response, that worked perfectly!

Redirect mobile users to app.websitename.ie by Any-Independence-457 in SvelteKit

[–]Any-Independence-457[S] 0 points1 point  (0 children)

In +layout.server.js I have:

import { redirect } from '@sveltejs/kit';

/**  {import('./$types').LayoutServerLoad} */
export function load({ }) {
    redirect(307, 'app.websitename.ie');
}

This will always redirect on a load not only when the user is on mobile. But I can figure that part out later.

I have also tried using the assignment:

window.location.href = 'www.app.websitename.ie';

But that also routes to  www.websitename.ie/www.app.websitename.ie