Coder Social home page Coder Social logo

blog's Introduction

my name's ryan and I hate programming...

blog's People

Contributors

rrickgauer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

blog's Issues

Add table CSS

  • on a table row hover:
    • make cursor appear as a pointer
    • make background a different color
  • change color of column header when they are sorted
  • make column header display as cursor: pointer on hover

Finish topics

  • display topics in table
  • add entry to new entry
  • display selected entry in edit-entry-modal
  • update the topic in the edit-entry-modal

delete an entry

Add button to edit entry modal to delete the entry

have me type in password to confirm

Add tags to blog entries

Will need to add a tag column to each entry that describes what the entry is about.

Such as:

  • JavaSrcript
  • PHP
  • Python
  • List

Add links to edit-entry-modal

In the edit entry modal:

  • have a link to the actual blog post
  • have a link to the raw data source
  • have a button to delete the entry

Update the table

For columns:

  • ID
  • Title
  • Date
  • Topic

Remove link and edit.

When I click on a row, open the edit entry modal

Python Notes

  • Files: opening/closing/writing/reading
  • Beautiful soup 4
    • maybe a separate post for this
    • add link to this in the notes entry

Entry modal tasks

  • create the modal
  • load the entry data into the modal when opened
  • update the entry data in the modal

Add automatic sorting feautre

Create a class that is assigned to a collection of objects.

Then add another class to the text of each object that I wanted automatically sorted on page load.

Check if Parsedown.php has a markdown tag

Currently, I cannot write markdown within 2 raw html tags.

I would like to be able to do something like:

<details open>
  <summary>Summary...</summary>
  <markdown>
- Embedded
  - _Markdown_
  </markdown>
</details>

Add home page stats

  • number of entries
  • number of topics
  • number of posts made this week
  • most popular topics
    • graph of top 5 most used topics (bar graph)
  • graph of dates with # of entry dates
    • line graph

Code cleanup

  • Format comments.
  • Format sql statements
  • fix up create-tables.sql

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.