Code Monkey home page Code Monkey logo

inventation's People

Contributors

zabaow avatar

Watchers

 avatar

inventation's Issues

error in slideShow.js

When the web page loads an error appears in the console:

slideshow.js:24 Uncaught TypeError: Cannot read property 'style' of undefined
    at showSlides (slideshow.js:24)
    at slideshow.js:2

saving countdown time

the countdown timer correctly appends to the website page. However, the newly appended string is not included in the save function. I need to included it so that when the user reloads their page, there will be an updated countdown string already on their page.

creating templates for quick use

The concept of giving the user a blank slate to create their site in any way they wish, i believe at least, is something that many users may want. However, there are still other users that want a quicker click and go method of creating their site. In other words they would perfer to have their sites pre-made. Therefore, creating templates for the users (or template buttons) would satisfy the needs of these type of users.

travis ci build not passing

when running the user test on travis-ci, i found a couple of issues in the build. The first issue occurs when travis tries to download the bcrypt module, where there is a failure to do so. The second issue appears at the end of the build where it says that there is a failure to connect to the mongodb server.

Copying images into img directory

So far, in order to upload an image to the slideshow feature, the user must select a file and then click the upload button. The image is able to be selected and used in the upload process. However, when slideshow.js tries to find the uploaded image, it cant find this. this is due to the fact that the image is located in a separate directory to means that the code cannot find the uploaded image. I need to find a way to copy the image that is being uploaded and put it into a image file that will be located in the inventation dierectory

upload button refreshes page

Everything about the image upload feature of the slideshow works. However, the upload button refreshes the page, so there are no yielded results of the upload process.

Submitting all of the newly created page

When a user is done creating his/her event webpage, i want there to be a submit button at the bottom of the screen the user will click to "submit" their webpage for publishing. The question is, how should the html of the newly created page be formatted so that only the appended features are submitted to the final version of the webpage?

creating a simple style format

As of now, the styling of the site users are able to create is bare bones. I will need to create a uniform and appealing look for the content that the users append to their site, both for the site-creation page and the site-preview page (which will also be the site-published page).

occasional bug in Travis CI testing

During one of the builds in Travis CI the app showed to have failed testing due to a timeout issue.

The build in question that houses the error does not exist since it was restarted and yielded a successful test.

Preview button being included in local storage

When the user presses the preview button on the site-create page, I have all the elements currently existing in the website-container element become the value for the variable localStorage.site. As a selector for the elements i am using:

$("#website-container:not('.preview-btn-container')")

The problem is that the preview button appears when the preview page is pulled up.

fetch() and catch() together do not work in browser

currently i use fetch() for my request functions. The post function is returning a 422 error code due to a rule set up in userRouter.js about there being 2 usernames of the same value. usually a catch() method would fix this issue, however, this fix doesn't work in the browser environment. So for the moment i will leave the error alone until i find an alternative fix for it since it only appears in the console and doesn't affect the overall functionality of the app.

Commented Code

There is still some code that is commented out due to them being necessary for the code's overall functionality, but, currently cause bugs for their respective modules.

slideshow images not showing up

The images that are used in the slideshow module (for testing purposes) are not showing up. This may be due to an issue with using imgur url's on a local host.

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.