-
Notifications
You must be signed in to change notification settings - Fork 558
Bugs/feedbacks for codedamn playgrounds #434
Comments
Hi @mehulmpt. It was really nice to improve my frontend skills participating with you and I know many people enjoy it too. I think all the plataform it's awesome and fast, sometimes takes time to refresh our files but it's just understandable. I'm facing a problem with my submission. I put a lot of effort finish my project (disney clone project) and it won't accept because you guys claim my landing page is missing. I don't know what happened because I make all pages even slide and hover animations... The page is really missing when I open my project on codedamn plataform but that's not my fault. If you guys check the styesheet file (style.css), all the landing page style is there (check .landing selector) but the landing page just disappeared. Maybe there's a problem when refresh or saving different versions on the server? |
@mehulmpt well, for this project there are two pages to be build: the homepage (index.html) and the landing page. When I finished my project, I made two HTML pages related to what was required and submitted. But now there's just one HTML file. |
Playground didn't autosave my progress. I lost my code that I was writing sitting for an whole hour. Then the playground said that it has lost connection somehow. Then page refreshed... all my code was gone... I had to rewrite everything that I wrote in that whole hour😣 please implement a feature like manual file saving or something. Autosave in not reliable in that playground |
Hey @ashuvssut, after the update done this week, this is very improbable because your code is automatically saved on the container running inside the cloud. It would not matter if your connection is lost, because it is not saved from your computer. The moment you write something, the updates are sent immediately to the backend container and files are synced to S3. Happy to take a look inside your playground and send you a history of your work if you'd like. FYI: Your full code is saved on every keystroke on AWS S3 |
@mehulmpt can we have a feature to manually save our progress? Its re assures that our code is saved in case the connection is lost... the manual save feature will save the current files to browser localStorage. |
@ashuvssut Sure, we'll consider this on product roadmap |
have a feature on the project viewing page to interact with the website made by us and to view the code. and autodetect technologies and say: Made with: HTML CSS JS . |
Hey everyone
I hope you're having a great time participating in codedamn's hacktoberfest build-a-project event! We're working hard on improving the playground (the area where you build projects on codedamn.com). We want to make it robust, lightweight and super simple to use.
Please use this issue to discuss any minor problems you faced on playgrounds, or if you have tips/suggestions around improving the developer experience (DX) over there.
The text was updated successfully, but these errors were encountered: