GithubHelp home page GithubHelp logo

church-website's People

Contributors

alinaguseva1997 avatar artalar avatar dependabot[bot] avatar konstantinkudelko avatar

Stargazers

 avatar

church-website's Issues

Init client

Need to bootstrap project with: preact, next.js, effector, reakit, reshadow, ?routing

Automatically prerender every page (article)

Next.js and the client code already has it functionality - we need a webhook to articles creation and editing for updates static generated pages.

UPD: frontend already includes all necessary code for dynamic prerender, all we need is a webhook

Страница статей

Задача сделать прототип страницы статей. Можно оформить в виде карточек, как это отрисовано в Фигме.

image

Нижние теги можно опустить, а цвета для обложек положить в метаданные каждой статьи (файл .mdx).

Add height for image to avoid content jumping

Right now we have content jumping if the page is loading initially. We have to fix it by adding inline styles to the image.
As well we have to align image height on the articles list screen. We have to fix this bug.

image

Replace wysiwyg in strapi

We need to replace wysiwyg in strapi for preparing content structure at the server (currently server responding unparsed markdown).

Client expecting content with a structure like:

[
  {
    "type": "title1",
    "body": "Abc"
  },
  {
    "type": "note",
    "body": "Abc"
  },
  {
    "type": "paragraph",
    "body": "Abc"
  },
  {
    "type": "title2",
    "body": "Abc"
  },
  {
    "type": "paragraph",
    "body": "Abc"
  },
  {
    "type": "title2",
    "body": "Abc"
  },
  {
    "type": "paragraph",
    "body": [
      {
        "type": "strong",
        "body": "Abc"
      },
      {
        "type": "text",
        "body": "Abc"
      }
    ]
  }
]

For content:

# Abc

> Abc

Abc

## Abc

Abc

## Abc

**Abc** abc

https://strapi.io/blog/how-to-change-the-wysiwyg-in-strapi

Create server doc

In README.md FE guys should be able check current available API based on strapi

Also, we need to populate db right data when strapi starts

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.