A full-stack web application for arbitrary personal collection management.
Report Bug
·
Request Feature
In the cabinet, you can change your data, view your reactions and comments, and, if you are an admin, manage users, as well as view your support requests.
To add a collection, a name and a theme are enough, but you can also upload photos and add fields to the collection.
In order to add a photo, you need to crop it to the desired aspect ratio using the built-in block on the page
There can be endless fields, they will all be required for each item in the collection.
The description can be written using the Markdown syntax.
You can like and write a comment that the author or admin can delete. You can't put more than one like, just like and dislike at the same time.
Reactions and comments come in real time via websockets if 2 users are on the same item page.
There are always items on the search page that have the words from the query found in tags, title, collection name.
The user has the opportunity to contact the support service. The request will create a ticket in Jira with the data received from the user.
Collections is a web-application for arbitrary personal collection management. A web application that allows you to add, view, modify, and delete collections.
The technologies I used to build this web application can be seen in the repository tags or in package.json.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request