Git Product home page Git Product logo

msclubwesite-v2's People

Contributors

candypanda-ls avatar chanuth-silva10 avatar chathurikathathsarani avatar dilafar avatar dulshan-perera avatar isurupathumherath avatar kaveenlaksitha avatar madhaviimashi avatar madhushaprasad avatar miyurugunarathna avatar nisal-sashmitha avatar nisalrenuja avatar nuduja avatar rusiruavb avatar sahanperera00 avatar sasindunanayakkara avatar sdsamarasinghe avatar senuravihanjayadeva avatar shehanx86 avatar stargazer39 avatar susithrupasinghe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

msclubwesite-v2's Issues

Fixed bugs in msclub website

  • Remove console log in blog section
  • Add MLSA logo and Chages Existing MS Club logo
  • Improvement in MS Club 3D modal ( For Mobile Devices )

Get Event from the backend API

For now, events data getting through a JSON file.
Implement to fetch data from the backend endpoint

{{BASE_URL}}/event/

Scroll to top alignment issue

Issue โš ๏ธ

After we add the live chat ๐Ÿ’ฌ button, the Scroll to top goes underneath the chat button. We need to make Scroll to top button on top of the chat button.

image

Update development documentation

Need apply new changes to the developer documentation.
Sections that need to update

  • Implement UI components
  • Add Stylings to UI
  • Responsive breakpoints
  • Image import and export
  • UI component implementation
  • Website styling
  • Docker image

Suggest to add a chat bot

Tawk.to is widely used chat bot platform for the modern web apps. Using a chat bot it makes convenient both for the users and admins of a particular organization. Simply it can make a sudden communication between admins and the students. Moreover using a such service an efficient support service can be provided to the students .

Fixed the bug in Contact Form

Issue 01

When user start typing, the following warning message will pops up. The validation message should trigger when user click the Submit button.
And validation message is also wrong.
Replace Minimum 10 Characters required as (Ms Club Of Sliit) from Name is required

image

Issue 02

Remove the required attribute from the input field, because the input field is already validated.

<input
   id="name"
   name="name"
   type="text"
   className={
       formErrors.name.length > 0
          ? 'form-control border-danger'
           : 'form-control'
        }
   onChange={this.onChange}
   required 
/>

Contact us form validation

Need to implement form validation for the contact us form.
Need to validate

  • Name is required
  • Email is required (Must have one @ sign and . sign in the value)
  • Message is required

Scroll to top placement

We need to change the placement of the scroll to top button because now we have introduced chat icon at the bottom of the page.

Change Required

  • Move the scroll to top button on top of the chat icon

Add a featured section/popup on join us page

In the current front-end, nothing has mentioned about what are the advantages and benefits can be obtained on being as a member of MS Club. Suggest to elaborate the above concern by making a caption like "Why you should join with MS Club?"

Text alignment issue in Blog card

Issue โš ๏ธ

Need to fix this text alignment issue in the Blog card section.

Suggestion ๐ŸŽฏ

  • Set character limit to two lines in the blog title
Original Text: Deploy a NodeJS Application in Heroku using Wercker Pipeline &amp; GitHub
After setting character limit: Deploy a NodeJS Application in Heroku...

image

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.