Skip to content

Project data #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ahnl opened this issue May 18, 2022 · 9 comments
Closed

Project data #47

ahnl opened this issue May 18, 2022 · 9 comments
Labels
Coal documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ahnl
Copy link
Member

ahnl commented May 18, 2022

I'm currently working on the projects-page, but it would be useful if there would be some actual content ready to use.

If someone wants to help out and contribute, feel free to gather data of existing Testausserveri projects and document them. I suggest in plain files and markdown, and we'll later move it all to a database. This content would be used as a base for the projects-page.

Documentation can be placed here (coal: docs/project)

Specification

  • Project name
  • Authors / main contributors
  • Picture(s)
    • At least one good presentable picture. Will be shown on the projects-page for each project.
    • You can take example from current website. They can be screenshots if they are pretty enough.
    • Can also be a video.
  • Short description
  • Optionally a longer description
  • Links: GitHub, website, etc.
@ahnl ahnl added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed Coal labels May 18, 2022
ahnl added a commit that referenced this issue May 18, 2022
@ahnl
Copy link
Member Author

ahnl commented May 18, 2022

  • QR-pyörä
  • https://soundcloud.com/testausserveri/folkboy-abitti-litty
  • Testaustime
    • I'd suggest to include sub-projects (discord-bot, vscode extension) under this
  • StegoSiili
  • Abitti OpenAccess
  • Abitikku
  • Torimies
  • kaatis.party
  • Testauskoira-rs
  • abitikku-versions
  • SoulCaptcha
  • testausserveri-id
  • testausapis
  • ktpjs-docker
  • koirameili
  • aamulaskuri
  • Apu-botti
  • testauskameli
  • Testauspizza
  • Testauslehti
  • Koululaskuri
  • Testaussegfault
  • Antiupditti
  • volume-backup
  • whosbeenhere
  • benchmarks
  • env-exampler
  • Testausbrowser
  • shittifier
  • testausxml
  • Matikkaeditori.fi
  • OpenWilma
  • Karhu

@Eldemarkki
Copy link
Member

I suggest in plain files and markdown, and we'll later move it all to a database.

Moving it to a database is a bad idea in my opinion, assuming you mean something like MySQL or MongoDB. Having it in markdown files makes editing and creating them easier. If they are in a database, people will have a hard time creating "pull requests" to edit something.

With Next.js you can read the contents of the markdown file and dynamically create the page from that content: https://nextjs.org/blog/markdown

@ahnl
Copy link
Member Author

ahnl commented May 18, 2022

Keeping them in a repository is an option as well.

I think that if we use a database, users can edit their projects through members site. This would offer more options, like instant editing without pull requests, drag&drop to add media, find users to link their authorship, ...

@Esinko
Copy link
Member

Esinko commented May 18, 2022

Indeed. I think I will be implementing the backend and storage for the backend of the members page. I'm planning on using MongoDB and Node.js, so as many people as possible can contribute. If someone else is interested, feel free to DM me and I'll give a few requests regarding the project architecture.

@DrVilepis
Copy link
Member

If we really need to store something in a database for this, I think its wiser to use one of the more popular databases (mysql, postgresql, sqlite) since more people know them.

@ahnl
Copy link
Member Author

ahnl commented May 18, 2022

If we really need to store something in a database for this, I think its wiser to use one of the more popular databases (mysql, postgresql, sqlite) since more people know them.

I agree, MariaDB.

@kymppi
Copy link
Member

kymppi commented May 18, 2022

I think that if we use a database, users can edit their projects through members site. This would offer more options, like instant editing without pull requests, drag&drop to add media, find users to link their authorship, ...

Does it really have to be instantanius, i'm sure it can wait few hours + we get a history in git if we use repository method

@ahnl
Copy link
Member Author

ahnl commented May 19, 2022

If we really need to store something in a database for this, I think its wiser to use one of the more popular databases (mysql, postgresql, sqlite) since more people know them.

I agree, MariaDB.

Testausapis already works with the MongoDB, so seems like we'll stick to it.

I was looking into many-to-many relationships so we can connect e.g. projects to members and vice versa. MongoDB's support for relations is basically referencing to other rows, but I think it's just fine albeit it requires more individual queries.

@Esinko
Copy link
Member

Esinko commented May 19, 2022

If we really need to store something in a database for this, I think its wiser to use one of the more popular databases (mysql, postgresql, sqlite) since more people know them.

I agree, MariaDB.

Testausapis already works with the MongoDB, so seems like we'll stick to it.

I was looking into many-to-many relationships so we can connect e.g. projects to members and vice versa. MongoDB's support for relations is basically referencing to other rows, but I think it's just fine albeit it requires more individual queries.

This is why I suggested MongoDB in the first place :p

@ahnl ahnl closed this as completed Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Coal documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants