Giter Club home page Giter Club logo

somas-society-management-system's Introduction

Hi My name is Mete

Web3 & Smart Contract Developer

I have been coding for 5 years in different languages, paradigms, and use cases. Currently I am learning and developing Smart Conracts and Web3.

visitors

Skills

C C++ Go Java JavaScript Python HTML5 React NextJs Vue CSS3 TailwindCSS NodeJS Express NestJS MongoDB MySQL PostgreSQL Heroku Flask Ethereum Avalanche Hardhat Ethers

Socials

Badges

My GitHub Stats

karasakalmt's GitHub stats

somas-society-management-system's People

Contributors

karasakalmt avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

somas-society-management-system's Issues

Database configuration page

There can be a script added to configure database in the beginning automated. There will be a "/database" page that asks user to enter database configuration like (host, user, password) and system creates the somasdb.sql inside their db and also adds the credential inside db operate file.

Outdated events are not changing state to show on past events

There are states of events that i will be mentioning soon in documentation. Basically when status is 0 Advisor can see and apply it and if applied status changes to 1, when status is 1 Administrator can see the status and apply it if applied status changes to 2, when status is 2 users can see and join the events. There is status 3 for outdated events to show on past events but we couldn't manage to schedule it to change. We need some type of scheduler to change the status of outdated events.

SQL must escape special characters

After a string is posted by any type of user, application sends mysql the raw input like;
string = "abc'd"
SELECT * FROM User WHERE element='{string}';

SELECT * FROM User WHERE element='abc'd';
so database can't execute the query.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.