Hope you don't mind a ping @Pax. If you are still around are you able to give any pointers for this question: https://topanswers.xyz/meta?q=2072 ?
I think it will be some time before I'm really confident to make any big implementation decisions
I'm still learning Vue.js and I have another project using it that I'm setting up, as well as slowly learning the ropes at work
TL:DR; Sending this since I felt like I ghosted you there by not responding for so long, and didn't want to be rude. --- Hey Jack! I saw your response re: SSR when you posted it but it requires some thought in responding. I have a high-level "to-do" list and TA is part of it but I'm still going through my list. 😅 I can't give a date or anything when I will be able to actually respond which doesn't really add anything of value to this project. 🙈 If I might not work on it for another while, hopefully other people passionate about having a better SO alternative can jump in the discussion in Github.
Feel free to create project boards as you like - they are for tracking issues in a team iiuc
Where can I note down what I plan to work on first? "Issues" or "Projects"? But I won't assign it to myself until I actually start working on it.
Setup a dev environment (with subtasks of setting up docker, tests, configuring the build/deploy process) Create the frontend prototype interacting with the existing API in .xyz (subtasks of creating homepage, community feed, question page, q&a forms, chat) Not sure about the cookie; i know for sure you can make it work with subdomains; but we can figure that out as we build the new one. Where is this project managed? I'm thinking there's a list of tasks somewhere that I can see and I can assign it to myself. I can even suggest (sub)tasks to include as well, pending approval of course. Or you can tell me right here what task I can work on. Either way, I'd need the repo somehow.
That's great new, thanks @Pax. We should start chatting about what our first steps should be, but I'm thinking we can keep the api and images etc on the .xyz domain for now, serving both old and new, and use the .org for the new front end, does that sound sensible/doable? Would that mean the .xyz cookies could authenticate on the .org?
Hey @Jack! How is it going? I just learned today that the company I've been eyeing uses both Python and Node.js so I'm extra motivated to help in the Node.js side of things. 👀 I'm in the middle of a Node.js course. I understand if you'd rather not have public contributions with the rewrite at this stage but I thought I let you know I am eager to help if needed/wanted.
> If you want the freedom to choose your own libraries and third-party integrations, Express or Loopback might be your best bet. But if your team wants to stand up a brand new app front to back in a matter of a few days, Meteor or Sails might better suit your needs. ---from [Best NodeJS frameworks](https://rapidapi.com/blog/best-nodejs-frameworks/) Drawback of Meteor/Sails according to that post is that it's "slower" compared to Express 
I think perhaps it comes down to how big the application is, and if we can keep things smal enough to we don't need the extra thing to learn and to go in the build chain
That's what I remember you saying before about the database. I don't know if using node instead of php would necessarily attract more contributors, but I _have_ heard of node's popularity---people like the idea of learning only one language (js/ts) to be able to build both back and frontends. Are you planning to use typescript? Is there a public repo already for .org?
The database api already emits JSON in a lot of cases — so whatever serves that up would be a very thin layer and it wouldn't matter too much what it used — node would do just as well, and again may help attract contributors?
but I may be misunderstanding how this can work — I probably need to get my hands dirty and start seeing what is possible!
What are your initial thoughts re: the backend if rendering is not included? If rendering is included what would change?
It would be an option with the disadvantage of it being more complex (especially if the backend won't be using a framework whatsoever). I did a quick research and Google seems to index SPAs fine except for sections that are from an external service, and elements that don't render < 300ms --- that's what I remember anyway.
I'm leaning away from thinking we should make compromises for the non JS users particularly if TA will take years to build up, I think we should be forward looking. On the other hand SEO is a great point and an SPA makes that more complicated — plus it's breaking how the web is supposed to work. Would it be sensible to server render the skeleton but use Vue component for all the complex code?
I think I have changed my mind on that, and I think there are a few advantages of having nothing rendered opn the server in terms of ease of development?
> setting up a docker dev environment should be my starting point rather than an afterthought, and I think I’d like to have things set up so a merge into master automatically deploys that'd be beautiful, indeed. and given a modern stack, more people may be more interested to take a stab at contributing (making the docker dev environment valuable). maybe also have tests a priority as well? I remember you were hesitant about a completely js frontend. Have you changed your mind? Or what are your thoughts about architecture? Vue can still be used with server-rendered pages, only having some parts of the page powered by Vue (maybe the chat?)
initially the thing I'm most appreciate is helping me think through the development process. I think perhaps setting up a docker dev environment should be my starting point rather than an afterthought, and I think I'd like to have things set up so a merge into master automatically deploys
I actually have a subscription for that from work, though I haven't logged on yet :)
We ultimately plan to switch to the .org and get rid of .xyz — but in the short term I was thinking of using the .org as a testing ground for a ground-up rewrite with vue
https://www.vuemastery.com sometimes has "free weekends" where all their videos are available for free during the weekend.
Oh wait! I just realized it's a completely different domain. What are your plans with the .org domain? Some sort of landing page for the organization I guess?
Cool! You can do a few Vue components here and there. Start small then see what makes sense.
The main reason being that the place I work now use Vue so I'm going to be getting exposure to the ecosystem
Hi @Pax, have you used Vue.js before? I'm thinking about having a play with a node/vue front end: https://topanswers.org
I wonder if creating and seeding another database for the image would be the better way. In case contributors' change breaks retrieval of images somehow, it would be good to see that before it's in a PR. Although this might cause another overhead having to synchronize the schema of the image database as well.
Do say if you have a better idea — but I'm not sure what other options might be. The images are their own 'database' really and will probably eventually be served by a different server.
Any chance we can get the logo and comm icons? 